cornelk / hashmapLinks
A Golang lock-free thread-safe HashMap optimized for fastest read access.
☆1,879Updated 6 months 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,332Updated 2 months ago
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆2,080Updated last year
- A golang LRU Cache for high concurrency☆1,390Updated 3 weeks ago
- Go package implementing bitsets☆1,478Updated this week
- Wrapper types for sync/atomic which enforce atomic access☆1,441Updated 9 months ago
- Anti-memory-waste byte buffer pool☆1,322Updated last year
- Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog☆2,825Updated last week
- A Go code generator for MessagePack / msgpack.org[Go]☆1,923Updated last month
- A portable mmap package for Go☆1,086Updated last year
- Golang port of simdjson: parsing gigabytes of JSON per second☆2,001Updated 5 months ago
- msgpack.org[Go] MessagePack encoding for Golang☆2,626Updated last year
- Benchmarks of Go serialization methods☆1,621Updated 7 months ago
- A disk-backed key-value store.☆1,460Updated 4 years ago
- Go package implementing Bloom filters, used by Milvus and Beego.☆2,746Updated 3 months ago
- Online deadlock detection in go (golang)☆1,175Updated 3 weeks ago
- Golang implementation of Radix trees☆933Updated last year
- An immutable radix tree implementation in Golang☆1,086Updated last week
- The Snappy compression format in the Go programming language.☆1,572Updated 11 months ago
- Simple profiling for Go☆2,053Updated 3 years ago
- Graceful process restarts in Go☆3,111Updated last year
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆1,014Updated last month
- Golang in-memory database built on immutable radix trees☆3,434Updated last week
- An in-memory cache library for golang. It supports multiple eviction policies: LRU, LFU, ARC☆2,732Updated last year
- LZ4 compression and decompression in pure Go☆952Updated 3 weeks ago
- Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection☆2,430Updated last month
- Embedded key-value store for read-heavy workloads written in Go☆1,350Updated 3 months ago
- GoLang Parse many date strings without knowing format in advance.☆2,137Updated 2 years ago
- Decorated Syntax Tree - manipulate Go source with perfect fidelity.☆1,410Updated 2 years ago
- A universal mechanism to manage goroutine lifecycles☆1,684Updated 7 months ago
- Connection multiplexer for GoLang: serve different services on the same port!☆2,700Updated 2 years ago