skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.
☆264Apr 2, 2023Updated 2 years ago
Alternatives and similar repositories for skipset
Users that are interested in skipset are comparing it to the libraries listed below
Sorting:
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆222Aug 30, 2024Updated last year
- Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.☆34May 30, 2024Updated last year
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆25Mar 7, 2025Updated last year
- Off heap golang memory pool☆60Jul 29, 2021Updated 4 years ago
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,881Jul 30, 2025Updated 7 months ago
- Universal Utilities for Go☆2,010Jan 29, 2026Updated last month
- Deprecated! See https://github.com/golang-design/go2generics.☆25Aug 22, 2021Updated 4 years ago
- Fastest and most memory efficient golang concurrent hashmap☆1,033Oct 27, 2024Updated last year
- A fast little LRU cache for Go☆175May 22, 2023Updated 2 years ago
- Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead☆2,342Feb 18, 2026Updated 2 weeks ago
- Concurrent data structures for Go☆1,642Feb 9, 2026Updated last month
- Anti-memory-waste byte buffer pool☆1,327Jul 20, 2024Updated last year
- Package for getting the runtime ID of a goroutine☆50Oct 4, 2025Updated 5 months ago
- Load file-backed memory☆122Oct 12, 2022Updated 3 years ago
- 💪 golang common lib☆45Dec 5, 2025Updated 3 months ago
- Zero-allocation reflection library for Go☆595Nov 16, 2023Updated 2 years ago
- A high-performance non-blocking I/O networking framework focusing on RPC scenarios.☆4,539Updated this week
- A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right…☆47Nov 29, 2022Updated 3 years ago
- Surprisingly space efficient trie in Golang(11 bits/key; 100 ns/get).☆1,930Nov 24, 2023Updated 2 years ago
- A race detector for Golang☆12Jan 16, 2020Updated 6 years ago
- B-tree implementation for Go☆1,199Feb 28, 2026Updated last week
- 高性能的分布式的专门空间优化的 Bitmap 服务, 高效检查数据是否存在,日活统计,签到,打点等等☆188Aug 13, 2020Updated 5 years ago
- lockfree queue☆474Aug 16, 2023Updated 2 years ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆141May 3, 2025Updated 10 months ago
- 🚀Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quick…☆1,774Jun 7, 2025Updated 9 months ago
- High Availability Raft Framework for Go☆662Dec 16, 2025Updated 2 months ago
- 🚀 fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as Off-CPU (e.g. I/O) time together.☆3,097May 2, 2025Updated 10 months ago
- A simple and efficient thread-safe sharded hashmap for Go☆247Oct 2, 2019Updated 6 years ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Feb 8, 2022Updated 4 years ago
- Go library providing algorithms optimized to leverage the characteristics of modern CPUs☆911Sep 23, 2025Updated 5 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆223Feb 24, 2026Updated 2 weeks ago
- Write ahead log for Go.☆709Aug 31, 2025Updated 6 months ago
- Provides easy-to-use async IO interface with io_uring☆695Nov 20, 2023Updated 2 years ago
- Fast and efficient data reconstruction Erasure code, saving about 30% I/O in reconstruction☆63Dec 17, 2019Updated 6 years ago
- Embedded key-value store for read-heavy workloads written in Go☆1,349Oct 21, 2025Updated 4 months ago
- Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog☆2,846Feb 27, 2026Updated last week
- goroutine pool☆16Apr 17, 2023Updated 2 years ago
- 🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.☆11,109Jan 22, 2026Updated last month
- A high performance memory-bound Go cache☆6,798Jan 21, 2026Updated last month