Our great sponsors
-
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>
-
Would be interesting to compare with https://github.com/cornelk/hashmap
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
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
- 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?
- HashMap-based cache for async programs