zhangyunhao116 / umapLinks
A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.
☆24Updated 4 months ago
Alternatives and similar repositories for umap
Users that are interested in umap are comparing it to the libraries listed below
Sorting:
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Off heap golang memory pool☆60Updated 3 years ago
- Load file-backed memory☆122Updated 2 years ago
- Package for getting the runtime ID of a goroutine☆49Updated last year
- a unified channel package for buffered, unbuffered, and unbounded channels☆40Updated 2 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 2 years ago
- A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right…☆46Updated 2 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- Expression evaluator for Go☆75Updated 3 months ago
- ☆38Updated 2 years ago
- A JSON stream parser for Go☆67Updated 2 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- Write ahead Raft log for Go☆57Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- A fast little LRU cache for Go☆170Updated 2 years ago
- A spinlock implementation for Go.☆62Updated 4 years ago
- Golang (as of 1.12.5) runtime internals that gives you an access to internal scheduling primitives. Park Gs, read IDs. (for learning purp…☆69Updated 6 years ago
- Server for benchmarking pure Go key/value databases☆161Updated 2 years ago
- Experimental go stack unwinding using frame pointers.☆31Updated 2 years ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- ☆121Updated 2 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆71Updated 6 months ago
- Interactive Assembler for Go☆65Updated 8 months ago
- Fast event-loop networking for Go (the lite version)☆72Updated 4 years ago
- A hopefully fast symbol table (string <=> integer sequence number)☆17Updated 4 months ago
- In memory sharded cache implementation☆34Updated 4 years ago
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆76Updated 6 years ago
- string interning library for lots of strings☆38Updated 4 years ago