amit-davidson / btree
B-tree implementation for Go
☆236Updated 2 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.☆217Updated last year
- Maths includes mathematical functions not defined in the standard Go math package.☆174Updated last year
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆363Updated last year
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆238Updated 3 months ago
- Checklist for code reviews☆155Updated 3 years 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
- Zero-allocation type-safe pool for Go☆230Updated last year
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 2 years ago
- Functional tools in Go 1.18 using newly introduced generics☆173Updated 2 years ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆283Updated last month
- ☆117Updated last year
- 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…☆222Updated last year
- Load file-backed memory☆120Updated 2 years ago
- Convert Go values to their AST☆309Updated this week
- Tool to visualize the graph of embedded structs in Go projects☆227Updated 6 months ago
- Fastest and most efficient goroutine pool (experimental)☆137Updated 2 years ago
- A highly optimized double-ended queue☆189Updated last year
- Useful Go String methods☆189Updated last year
- ⚡️ lock-free utilities in Go☆152Updated 9 months ago
- Gohalt 👮♀🛑: Fast; Simple; Powerful; Go Throttler library☆347Updated 9 months ago
- A go in-memory table☆228Updated 2 years ago
- Synchronization and asynchronous computation package for Go☆235Updated 5 months ago
- 🔍 Go binary size SVG treemap☆447Updated 5 months ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 7 months ago
- Simplified error handling in Go☆168Updated 2 years ago
- ☆220Updated 2 weeks ago
- Cheat Sheet for Go Slice Tricks☆176Updated 2 years ago
- Write ahead log for Go.☆636Updated 3 months ago
- A fast little LRU cache for Go☆167Updated last year
- A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm.☆241Updated 2 years ago