zhangyunhao116 / umap
A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.
☆23Updated last month
Alternatives and similar repositories for umap:
Users that are interested in umap are comparing it to the libraries listed below
- Off heap golang memory pool☆60Updated 3 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- A hopefully fast symbol table (string <=> integer sequence number)☆17Updated last month
- SkeletonDB is a lock-less thread safe in memory MVCC store written in Go.☆23Updated 8 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆39Updated 2 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 2 years ago
- simple data streams for go☆31Updated 2 years ago
- string interning library for lots of strings☆38Updated 4 years ago
- Write ahead Raft log for Go☆57Updated 4 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆57Updated 5 years ago
- A Customized Goroutine Scheduler over Golang Runtime☆17Updated last month
- Expression evaluator for Go☆70Updated 3 weeks ago
- Experimental go stack unwinding using frame pointers.☆32Updated 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…☆45Updated 2 years ago
- go2 generics experiment in building generic augmented BTree data structures☆24Updated 3 years ago
- Fast event-loop networking for Go (the lite version)☆71Updated 4 years ago
- Package for getting the runtime ID of a goroutine☆45Updated 11 months ago
- Interface for mmap syscall to provide safe and efficient access to memory☆68Updated 4 years ago
- Load file-backed memory☆122Updated 2 years ago
- ☆38Updated 2 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆86Updated 2 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- Raft backend using LevelDB☆31Updated 2 years ago
- An efficient memset implementation for Golang. [Not maintained].☆32Updated 5 years ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 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 5 years ago
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆40Updated 4 years ago
- ☆28Updated 3 years ago