zhangyunhao116 / umap
A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.
☆23Updated 3 months ago
Alternatives and similar repositories for umap:
Users that are interested in umap are comparing it to the libraries listed below
- A buffer pool file I/O library for Go☆54Updated 3 years ago
- Off heap golang memory pool☆59Updated 3 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 2 years ago
- Load file-backed memory☆120Updated 2 years ago
- Fast event-loop networking for Go (the lite version)☆71Updated 4 years ago
- ☆38Updated 2 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆86Updated 2 years ago
- Raft backend using LevelDB☆31Updated 2 years ago
- A hopefully fast symbol table (string <=> integer sequence number)☆17Updated 3 years ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆39Updated 2 years ago
- Write ahead Raft log for Go☆57Updated 4 years ago
- SkeletonDB is a lock-less thread safe in memory MVCC store written in Go.☆23Updated 8 years ago
- on-disk hash table(mainly for WAL).☆27Updated last year
- A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right…☆45Updated 2 years ago
- An efficient memset implementation for Golang. [Not maintained].☆32Updated 5 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆57Updated 5 years ago
- string interning library for lots of strings☆38Updated 3 years ago
- An efficient assembly hexadecimal implementation for Golang.☆26Updated 5 years ago
- Storage algorithms.☆37Updated 4 years ago
- Object file abstractions in Go☆30Updated 10 months ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated last year
- Experimental go stack unwinding using frame pointers.☆29Updated 2 years ago
- Expression evaluator for Go☆68Updated 11 months ago
- A Customized Goroutine Scheduler over Golang Runtime☆17Updated last year
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆40Updated 4 years ago
- Interface for mmap syscall to provide safe and efficient access to memory☆68Updated 4 years ago
- Package for getting the runtime ID of a goroutine☆44Updated 8 months ago
- NUMA is a utility library, which is written in go. It help us to write some NUMA-AWARED code.☆32Updated 3 months ago
- Storing strings without GC overhead☆82Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 2 years ago