amit-davidson / btree
B-tree implementation for Go
☆236Updated 3 years ago
Alternatives and similar repositories for btree:
Users that are interested in btree are comparing it to the libraries listed below
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated last year
- Tool to visualize the graph of embedded structs in Go projects☆228Updated 7 months ago
- An easy-to-use Map Reduce Go parallel-computing framework inspired by 2021 6.824 lab1. It supports multiple workers threads on a single m…☆223Updated last year
- A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm.☆243Updated 2 years ago
- Gohalt 👮♀🛑: Fast; Simple; Powerful; Go Throttler library☆348Updated 10 months ago
- Useful Go String methods☆190Updated last year
- Zero-allocation type-safe pool for Go☆230Updated last year
- 🔍 Go binary size SVG treemap☆447Updated 6 months ago
- Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than ch…☆158Updated last year
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆239Updated 4 months ago
- Maths includes mathematical functions not defined in the standard Go math package.☆174Updated last year
- Machine is a zero dependency library for highly concurrent Go applications. It is inspired by errgroup.Group with extra bells & whistles☆365Updated 2 years ago
- ☆118Updated last year
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆364Updated last year
- Real-time visualization tool for Go process metrics☆478Updated 3 years ago
- High Availability Raft Framework for Go☆618Updated 2 months ago
- Checklist for code reviews☆156Updated 3 years ago
- ⚡️ lock-free utilities in Go☆155Updated 10 months ago
- Write ahead log for Go.☆643Updated 4 months ago
- some data structures and algorithms using golang☆69Updated last year
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- Convert Go values to their AST☆311Updated last month
- A quick tour (or reminder) of Go performance tools☆266Updated 3 years ago
- Functional tools in Go 1.18 using newly introduced generics☆172Updated 2 years ago
- Concurrency toolkit for Go☆199Updated 7 months ago
- A thread-safe queue faster and more resource efficient than golang's native channels☆674Updated last year
- dagger is a fast, concurrency safe, mutable, in-memory directed graph library. Also includes a number of generic, concurrency safe data-s…☆321Updated last year
- A highly optimized double-ended queue☆193Updated last year
- A multi-level cache library with cache stampede prevention for Go☆124Updated 2 years ago
- Generic resource pool for Go☆348Updated last month