amit-davidson / btreeLinks
B-tree implementation for Go
☆239Updated 3 years ago
Alternatives and similar repositories for btree
Users that are interested in btree are comparing it to the libraries listed below
Sorting:
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆219Updated 2 years 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…☆225Updated last year
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆373Updated last year
- ☆249Updated last week
- Zero-allocation type-safe pool for Go☆237Updated 2 years ago
- Real-time visualization tool for Go process metrics☆476Updated 3 years ago
- Tool to visualize the graph of embedded structs in Go projects☆230Updated last year
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆239Updated 10 months ago
- Maths includes mathematical functions not defined in the standard Go math package.☆174Updated 2 years ago
- Checklist for code reviews☆158Updated 4 years ago
- ☆122Updated 2 years ago
- Machine is a zero dependency library for highly concurrent Go applications. It is inspired by errgroup.Group with extra bells & whistles☆366Updated 2 years ago
- Convert Go values to their AST☆311Updated 6 months ago
- Synchronization and asynchronous computation package for Go☆270Updated 2 months ago
- Simplified error handling in Go☆170Updated 2 years ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆314Updated this week
- Write ahead log for Go.☆678Updated last week
- ❄ An Lock Free ID Generator for Golang based on Snowflake Algorithm (Twitter announced).☆292Updated 2 years ago
- Chronos - A static race detector for the go language☆435Updated 3 years ago
- A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm.☆245Updated 2 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- Fastest and most efficient goroutine pool (experimental)☆139Updated 2 years ago
- Gohalt 👮♀🛑: Fast; Simple; Powerful; Go Throttler library☆352Updated last year
- High Availability Raft Framework for Go☆650Updated last month
- Functional tools in Go 1.18 using newly introduced generics☆172Updated 2 years ago
- ⚡️ lock-free utilities in Go☆161Updated last year
- A go in-memory table☆230Updated 3 years ago
- Algorithms, 4th Edition, Go version☆187Updated 7 months ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 4 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…☆163Updated last year