An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing
☆161Mar 24, 2023Updated 2 years ago
Alternatives and similar repositories for sortedset
Users that are interested in sortedset are comparing it to the libraries listed below
Sorting:
- Generic cache☆11Jan 10, 2026Updated 2 months ago
- A Customized Goroutine Scheduler over Golang Runtime☆17Feb 28, 2025Updated last year
- on-disk hash table(mainly for WAL).☆30Sep 10, 2023Updated 2 years ago
- 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
- 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 embeddable management backplane for your Go application☆16Dec 5, 2025Updated 3 months ago
- Go implementation of Suneido☆13Mar 2, 2026Updated last week
- Go library to scan regular expression capture group to variable similar to fmt.Scanf☆14Dec 15, 2020Updated 5 years ago
- Fast and easy-to-use skip list for Go.☆430Sep 23, 2024Updated last year
- B-tree implementation for Go☆1,199Feb 28, 2026Updated last week
- SNI respecting TLS reverse proxy that supports pluggable authentication☆16Nov 14, 2023Updated 2 years ago
- golang client for the supervisord XML-RPC interface.☆12Jan 14, 2017Updated 9 years ago
- Script to back Redis instances to file☆13Mar 23, 2018Updated 7 years ago
- AWQL driver for Go's sql package☆12Oct 1, 2018Updated 7 years ago
- ☆11Aug 12, 2019Updated 6 years ago
- package for decrypt Google Pay and Apple Pay tokens☆14Jul 13, 2023Updated 2 years ago
- connector to grab RDS logs and send them to honeycomb☆31Dec 19, 2022Updated 3 years ago
- Gopherjs bindings for Electron with an API translator.☆30Feb 22, 2017Updated 9 years ago
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,881Jul 30, 2025Updated 7 months ago
- High Availability Raft Framework for Go☆662Dec 16, 2025Updated 2 months ago
- A simple fs.FS implementation to be used inside tests.☆34Jun 14, 2023Updated 2 years ago
- A simple library to share workloads to a group of workers with one leader at any time. Built on top of Redis.☆16Feb 7, 2025Updated last year
- ⚙️ render klines in the terminal☆14Jan 27, 2022Updated 4 years ago
- S3 backed SSH key management using AuthorizedKeysCommand, Docker and ec2 instance tagging☆14Jul 18, 2017Updated 8 years ago
- LRU cache with TTL (based on golang/groupcache/lru)☆12Aug 17, 2017Updated 8 years ago
- Redis Protocol Encoding/Decoding☆12Nov 4, 2014Updated 11 years ago
- Framework for creating simple, efficient, and composable lock-free data structures☆12May 7, 2016Updated 9 years ago
- Write ahead Raft log for Go☆58Aug 30, 2020Updated 5 years ago
- A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data stru…☆3,560Feb 8, 2026Updated last month
- Fast Concurrent / Parallel Sorting in Go☆144Aug 13, 2025Updated 6 months ago
- 🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.☆1,015Jan 2, 2026Updated 2 months ago
- sql 去重、采样、解析、打分统计慢查询实现sql审核系统☆15Nov 1, 2019Updated 6 years ago
- A permissions system for Go structs☆15Feb 16, 2018Updated 8 years ago
- New ORM for Golang Postgresql☆17Oct 13, 2025Updated 4 months ago
- Command line tool to generate current wifi password qrcode for macOS☆43Jul 30, 2020Updated 5 years ago
- Bloom filter based on redis, PHP implementation☆13Dec 30, 2017Updated 8 years ago
- The Golang imeplentation of MVCC Hashmap☆13Nov 20, 2016Updated 9 years ago
- An immutable radix tree implementation in Golang☆1,088Mar 2, 2026Updated last week
- A utility pkg make it easy to write a gateway in front of gnatsd with middlewares☆16May 3, 2018Updated 7 years ago