tidwall / btree-benchmarkLinks
Benchmark utility for the tidwall/btree Go package
☆24Updated 2 years ago
Alternatives and similar repositories for btree-benchmark
Users that are interested in btree-benchmark are comparing it to the libraries listed below
Sorting:
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆56Updated 6 months ago
- ☆123Updated 2 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated 2 years ago
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆91Updated 3 months ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆44Updated 5 years ago
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 9 months ago
- Go programming language port of liburing.☆115Updated 2 years ago
- The `io_uring` library and runtime for GO☆157Updated 9 months ago
- Pure Go SQL parser based on the SQLite SQL definition☆176Updated this week
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆126Updated 7 months ago
- Storing strings without GC overhead☆86Updated last month
- Expression evaluator for Go☆80Updated 3 weeks ago
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- MinLZ is a LZ77 compressor, focused on realtime data compression☆125Updated this week
- A better Generic Pool (sync.Pool)☆70Updated 9 months ago
- fast int64-int64 map for go☆100Updated 3 months ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆75Updated 4 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆73Updated last year
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆77Updated 5 months ago
- A buffer pool file I/O library for Go☆55Updated 4 years ago
- Benchmarks for ch☆34Updated last year
- A simple In-Memory Data Grid in Go☆76Updated 3 years ago
- Load file-backed memory☆122Updated 3 years ago
- Experimental go stack unwinding using frame pointers.☆31Updated 3 years ago
- Make hashicorp/raft communicate over gRPC☆51Updated last year
- Package for fast copying structs of different types☆52Updated 5 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago