tidwall / btreeLinks
B-tree implementation for Go
☆1,190Updated 3 months ago
Alternatives and similar repositories for btree
Users that are interested in btree are comparing it to the libraries listed below
Sorting:
- Write ahead log for Go.☆706Updated 5 months ago
- Embedded key-value store for read-heavy workloads written in Go☆1,350Updated 3 months ago
- High-performance, columnar, in-memory store with bitmap indexing in Go☆1,507Updated 7 months ago
- A Golang lock-free thread-safe HashMap optimized for fastest read access.☆1,879Updated 6 months ago
- An embedded time-series database☆1,234Updated 6 months ago
- Golang port of Abseil's SwissTable☆828Updated 11 months ago
- Fast ring-buffer deque (double-ended queue)☆755Updated 3 months ago
- Go library providing algorithms optimized to leverage the characteristics of modern CPUs☆910Updated 4 months ago
- Fastest and most memory efficient golang concurrent hashmap☆1,029Updated last year
- High Availability Raft Framework for Go☆662Updated last month
- Go package implementing bitsets☆1,478Updated last week
- A portable mmap package for Go☆1,086Updated last year
- Adaptive Radix Trees implemented in Go☆411Updated 2 months ago
- Consistent hashing with bounded loads in Golang☆768Updated 2 years ago
- Concurrent data structures for Go☆1,589Updated last week
- A thread-safe queue faster and more resource efficient than golang's native channels☆694Updated last year
- Fast thread-safe inmemory cache for big number of entries in Go. Minimizes GC overhead☆2,332Updated 3 months ago
- A pure golang SQL database for database theory research☆846Updated 4 years ago
- A memory arena implementation for Go.☆553Updated last year
- Go execution trace frontend☆1,375Updated last month
- Provides easy-to-use async IO interface with io_uring☆691Updated 2 years ago
- A collection of generic data structures written in Go.☆1,351Updated 2 years ago
- fgtrace is an experimental profiler/tracer that is capturing wallclock timelines for each goroutine. It's very similar to the Chrome prof…☆910Updated 3 years ago
- Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog☆2,829Updated 2 weeks ago
- An immutable radix tree implementation in Golang☆1,086Updated 2 weeks ago
- A Go implementation of the 64-bit xxHash algorithm (XXH64)☆2,080Updated last year
- A golang LRU Cache for high concurrency☆1,390Updated 3 weeks ago
- Golang port of simdjson: parsing gigabytes of JSON per second☆2,000Updated 5 months ago
- Anti-memory-waste byte buffer pool☆1,322Updated last year
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆620Updated last week