-
go-left-right
A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right - A Concurrency Control Technique with Wait-Free Population Oblivious Reads>
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Would be interesting to compare with https://github.com/cornelk/hashmap
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
dashmap VS scalable-concurrent-containers - a user suggested alternative
2 projects | 13 Apr 2023 -
SwissMap: A smaller, faster Golang Hash Table
-
Samsara, a safe Rust concurrent cycle collector
-
HaxMap, a concurrent hashmap faster and more memory-efficient than golang's sync.Map
-
Shared mutable state is bad... so how do I create a global cache in a multi-threaded app?