zhangyunhao116 / skipmapView external linksLinks
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
Alternatives and similar repositories for skipmap
Users that are interested in skipmap are comparing it to the libraries listed below
Sorting:
- 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
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆25Mar 7, 2025Updated 11 months ago
- Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.☆34May 30, 2024Updated last year
- Fastest and most memory efficient golang concurrent hashmap☆1,029Oct 27, 2024Updated last year
- go binding for rdma rsocket☆23Nov 30, 2024Updated last year
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,879Jul 30, 2025Updated 6 months ago
- A Customized Goroutine Scheduler over Golang Runtime☆17Feb 28, 2025Updated 11 months ago
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆141May 3, 2025Updated 9 months ago
- Zero-allocation reflection library for Go☆596Nov 16, 2023Updated 2 years ago
- Golang package to return the elapsed time since a given time in a human readable format☆35Oct 8, 2024Updated last year
- Smart Go module dependency inspection and pruning.☆19Jun 11, 2020Updated 5 years ago
- goroutine pool☆16Apr 17, 2023Updated 2 years ago
- A high-performance, thread-safe generic concurrent hash map implementation with Swiss Map.☆261Oct 17, 2025Updated 3 months ago
- ☆10May 17, 2022Updated 3 years ago
- Concurrent data structures for Go☆1,589Feb 3, 2026Updated last week
- Golang port of Abseil's SwissTable☆829Mar 7, 2025Updated 11 months ago
- a thread-safe concurrent map for go☆48Jun 30, 2024Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Mar 31, 2023Updated 2 years ago
- Adaptive Radix Trees implemented in Go☆411Nov 21, 2025Updated 2 months ago
- Off heap golang memory pool☆60Jul 29, 2021Updated 4 years ago
- Simple dense bitmap index in Go with binary operators☆374Jun 28, 2025Updated 7 months ago
- golang simple opentracing and opentelemetry sdk☆40Feb 16, 2022Updated 3 years ago
- Minimal GUI in Go initially based on https://github.com/faiface/gui☆11Mar 1, 2020Updated 5 years ago
- One of The Fastest Zero Alloc LRU Cache for Golang (Go). Maximizes memory use, no garbage collection issues. Use memory size limit instea…☆19Jun 9, 2024Updated last year
- Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead☆2,335Nov 10, 2025Updated 3 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Mar 17, 2022Updated 3 years ago
- Anti-memory-waste byte buffer pool☆1,322Jul 20, 2024Updated last year
- A Bolt wrapper that allows easy store hash, zset data.☆11Aug 26, 2021Updated 4 years ago
- Universal Utilities for Go☆2,003Jan 29, 2026Updated 2 weeks ago
- 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
- Simple persistence or replay log for golang☆13Oct 9, 2015Updated 10 years ago
- HTTP2 support for Hertz☆14Jan 29, 2026Updated 2 weeks ago
- NAT port mapping library for Go☆20Aug 21, 2025Updated 5 months ago
- fastest goid☆16Mar 6, 2025Updated 11 months ago
- Simple building blocks for protobuf marshaling and unmarshaling☆282Dec 16, 2025Updated last month
- Optimized functions for Go using SIMD☆192Oct 9, 2020Updated 5 years ago
- ☆123Jul 10, 2023Updated 2 years ago
- Scheduler of events for near real-time systems☆31Aug 21, 2025Updated 5 months ago
- Package with auto-vectorized math functions for Go☆29Jun 28, 2025Updated 7 months ago