SwissMap: A smaller, faster Golang Hash Table
Today's blog is announcing SwissMap, a new Golang hash table based on SwissTable that is faster and uses less memory than Golang's built-in map. We'll cover the motivation, design and implementation of this new package and give you some reasons to try it.
Source: SwissMap: A smaller, faster Golang Hash Table, an article by Andy Arthur.