amit-davidson / btree
B-tree implementation for Go
☆238Updated 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 2 years ago
- Tool to visualize the graph of embedded structs in Go projects☆229Updated 9 months ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm.☆244Updated 2 years ago
- FlashDB is an embeddable, in-memory key/value database in Go (with Redis like commands and super easy to read)☆368Updated last year
- Maths includes mathematical functions not defined in the standard Go math package.☆174Updated 2 years ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆290Updated last week
- Zero-allocation type-safe pool for Go☆232Updated 2 years ago
- Gohalt 👮♀🛑: Fast; Simple; Powerful; Go Throttler library☆349Updated last year
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆238Updated 6 months ago
- ☆235Updated this week
- Checklist for code reviews☆157Updated 4 years ago
- Convert Go values to their AST☆310Updated 2 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…☆161Updated last year
- A go in-memory table☆229Updated 2 years ago
- Functional tools in Go 1.18 using newly introduced generics☆172Updated 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
- Write ahead log for Go.☆661Updated 5 months ago
- Load file-backed memory☆122Updated 2 years ago
- Useful Go String methods☆190Updated last year
- ☆121Updated 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…☆223Updated last year
- A multi-level cache library with cache stampede prevention for Go☆124Updated 3 years ago
- Generic resource pool for Go☆362Updated 2 weeks ago
- A quick tour (or reminder) of Go performance tools☆268Updated 3 years ago
- ⚡️ lock-free utilities in Go☆156Updated 11 months ago
- Concurrency toolkit for Go☆210Updated 9 months ago
- Collection of high performance, thread-safe, lock-free go data structures☆371Updated 2 years ago
- Simple dense bitmap index in Go with binary operators☆333Updated last year
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago