An ordered collection implemented in Golang with O(log(N)) time complexity on adding / searching / removing
☆161Mar 24, 2023Updated 3 years ago
Alternatives and similar repositories for sortedset
Users that are interested in sortedset are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Sorted set in golang.☆93Mar 28, 2024Updated 2 years ago
- Generic cache☆11May 29, 2026Updated last week
- 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
- Navigation mesh pathfinding and spatial reasoning library☆150Apr 25, 2025Updated last year
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- A embeddable management backplane for your Go application☆16Dec 5, 2025Updated 6 months ago
- Write ahead Raft log for Go☆58Aug 30, 2020Updated 5 years ago
- New ORM for Golang Postgresql☆17Updated this week
- A light, high-performance, concurrent, thread-safe skip list implementation written in Golang.☆19Oct 26, 2020Updated 5 years ago
- The Golang imeplentation of MVCC Hashmap☆13Nov 20, 2016Updated 9 years ago
- A Go implementation of the Elo rating system☆12Nov 16, 2017Updated 8 years ago
- SkeletonDB is a lock-less thread safe in memory MVCC store written in Go.☆23Dec 13, 2016Updated 9 years ago
- golang client for the supervisord XML-RPC interface.☆12Jan 14, 2017Updated 9 years ago
- A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data stru…