zhangyunhao116 / umapLinks
A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.
☆25Updated 6 months ago
Alternatives and similar repositories for umap
Users that are interested in umap are comparing it to the libraries listed below
Sorting:
- Off heap golang memory pool☆60Updated 4 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- Storing strings without GC overhead☆84Updated 3 weeks ago
- ☆122Updated 2 years ago
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆220Updated 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…☆47Updated 2 years ago
- Server for benchmarking pure Go key/value databases☆162Updated 2 years ago
- Expression evaluator for Go☆77Updated 6 months ago
- Raft backend using LevelDB☆32Updated 3 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- Load file-backed memory☆121Updated 2 years ago
- A hopefully fast symbol table (string <=> integer sequence number)☆17Updated 3 weeks ago
- Interactive Assembler for Go☆66Updated 11 months ago
- Package for getting the runtime ID of a goroutine☆49Updated this week
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 3 years ago
- A fast little LRU cache for Go☆173Updated 2 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- Native persistent memory support for Go☆83Updated 3 years ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆117Updated 2 years ago
- Golang library for io_uring (without CGO)☆132Updated 4 years ago
- ☆38Updated 2 years ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆41Updated 2 years ago
- High-performance Redis-Server multi-threaded framework, based on rawepoll model.☆79Updated last month
- string interning library for lots of strings☆37Updated 4 years ago
- XOR code engine in pure Go, more than 270GB/S per core☆79Updated last year
- A spinlock implementation for Go.☆62Updated 4 years ago
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆42Updated 5 years ago
- Experimental go stack unwinding using frame pointers.☆31Updated 2 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated 9 months ago