cornelk / hashmapLinks
A Golang lock-free thread-safe HashMap optimized for fastest read access.
☆1,866Updated 3 weeks ago
Alternatives and similar repositories for hashmap
Users that are interested in hashmap are comparing it to the libraries listed below
Sorting:
- Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead☆2,253Updated 2 weeks ago
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆2,000Updated last year
- A golang LRU Cache for high concurrency☆1,374Updated 7 months ago
- Wrapper types for sync/atomic which enforce atomic access☆1,421Updated 4 months ago
- Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog☆2,746Updated 2 weeks ago
- Anti-memory-waste byte buffer pool☆1,294Updated last year
- Go package implementing bitsets☆1,442Updated this week
- A Go code generator for MessagePack / msgpack.org[Go]☆1,860Updated last week
- Benchmarks of Go serialization methods☆1,600Updated last month
- msgpack.org[Go] MessagePack encoding for Golang☆2,531Updated last year
- A portable mmap package for Go☆1,064Updated 8 months ago
- Online deadlock detection in go (golang)☆1,137Updated this week
- A disk-backed key-value store.☆1,444Updated 3 years ago
- The Snappy compression format in the Go programming language.☆1,560Updated 5 months ago
- Golang implementation of Radix trees☆920Updated last year
- An immutable radix tree implementation in Golang☆1,059Updated this week
- Golang in-memory database built on immutable radix trees