Michal-Leszczynski / btreeLinks
BTree provides a simple, ordered, in-memory data structure for Go programs.
☆45Updated 3 years ago
Alternatives and similar repositories for btree
Users that are interested in btree are comparing it to the libraries listed below
Sorting:
- Storing strings without GC overhead☆83Updated 5 years ago
- string interning library for lots of strings☆38Updated 4 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- TopN collector☆24Updated last year
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- Off heap golang memory pool☆60Updated 3 years ago
- Expression evaluator for Go☆74Updated 3 months ago
- ☆27Updated 3 years ago
- Generic wrapper around strconv.Parse*☆37Updated 2 years ago
- A minimalist HTTP request routing helper for Go.☆34Updated 2 years ago
- A hopefully fast symbol table (string <=> integer sequence number)☆17Updated 3 months ago
- Go library that implements fs.FS for Postgres using Large Objects.☆61Updated last year
- simple data streams for go☆31Updated 2 years ago
- Load file-backed memory☆122Updated 2 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆109Updated last year
- A JSON stream parser for Go☆67Updated 2 years ago
- An efficient memset implementation for Golang. [Not maintained].☆32Updated 5 years ago
- Package for getting the runtime ID of a goroutine☆47Updated last year
- x/sync/singleflight but with Go 1.18 generics☆31Updated 3 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated 2 years ago
- A collection of efficient generic integer parser functions for Go☆19Updated 8 months ago
- Object file abstractions in Go☆30Updated last year
- A fast file-based priority queue☆58Updated last year
- a golang test framework for asserting expected escape analysis results & heap allocations☆71Updated 6 months ago
- Consistent hashing hashring implementation.☆34Updated last year
- ☆121Updated last year
- Collect data about your dependencies☆43Updated 2 months ago
- Experimental go stack unwinding using frame pointers.☆31Updated 2 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago