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. We may earn a commission when you buy through links labeled 'Ad' on this page.
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
- 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
- Fastest pseudo-random number generator in Go. About 2x ~ 200x faster than math/rand.☆34May 30, 2024Updated last year
- Universal Utilities for Go☆2,026Mar 17, 2026Updated last week
- Off heap golang memory pool☆60Jul 29, 2021Updated 4 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,882Jul 30, 2025Updated 7 months ago
- Load file-backed memory☆122Oct 12, 2022Updated 3 years ago
- Deprecated! See https://github.com/golang-design/go2generics.☆25Aug 22, 2021Updated 4 years ago
- Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead☆2,341Feb 18, 2026Updated last month
- A fast little LRU cache for Go☆175May 22, 2023Updated 2 years ago
- Anti-memory-waste byte buffer pool☆1,329Jul 20, 2024Updated last year
- Fastest and most memory efficient golang concurrent hashmap☆1,033Oct 27, 2024Updated last year
- A high-performance non-blocking I/O networking framework focusing on RPC scenarios.☆4,546Mar 11, 2026Updated 2 weeks ago
- Concurrent data structures for Go☆1,651Feb 9, 2026Updated last month
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 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
- Package for getting the runtime ID of a goroutine☆50Oct 4, 2025Updated 5 months ago
- 💪 golang common lib☆45Dec 5, 2025Updated 3 months ago
- Surprisingly space efficient trie in Golang(11 bits/key; 100 ns/get).☆1,928Mar 10, 2026Updated 2 weeks ago
- lockfree queue☆478Aug 16, 2023Updated 2 years ago
- Embedded key-value store for read-heavy workloads written in Go☆1,348Oct 21, 2025Updated 5 months ago
- A race detector for Golang☆12Jan 16, 2020Updated 6 years ago
- An interesting go struct tag expression syntax for field validation, etc.☆1,735Mar 13, 2024Updated 2 years ago
- Zero-allocation reflection library for Go☆595Nov 16, 2023Updated 2 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 高性能的分布式的专门空间优化的 Bitmap 服务, 高效检查数据是否存在,日活统计,签到,打点等等☆188Aug 13, 2020Updated 5 years ago
- High Availability Raft Framework for Go☆661Dec 16, 2025Updated 3 months ago
- Cryptographically secure password generator library☆16Jul 18, 2024Updated last year
- Go library providing algorithms optimized to leverage the characteristics of modern CPUs☆913Sep 23, 2025Updated 6 months ago
- Provides easy-to-use async IO interface with io_uring☆698Nov 20, 2023Updated 2 years ago
- A blazingly fast JSON serializing & deserializing library☆9,301Updated this week
- Sort orders and comparison functions.☆32Jun 15, 2023Updated 2 years ago
- 🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.☆11,114Mar 15, 2026Updated 2 weeks ago
- A simple and efficient thread-safe sharded hashmap for Go☆246Oct 2, 2019Updated 6 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆142May 3, 2025Updated 10 months ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Feb 8, 2022Updated 4 years ago
- 🚀Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quick…☆1,776Jun 7, 2025Updated 9 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,096May 2, 2025Updated 10 months ago
- Lock-Free Queue for Go☆25Mar 24, 2018Updated 8 years ago
- A high performance memory-bound Go cache☆6,835Jan 21, 2026Updated 2 months ago
- A Stream VByte implementation in Go leveraging SIMD techniques☆18Sep 12, 2021Updated 4 years ago