ajwerner / btree
go2 generics experiment in building generic augmented BTree data structures
☆24Updated 3 years ago
Alternatives and similar repositories for btree
Users that are interested in btree are comparing it to the libraries listed below
Sorting:
- Reference implementations for golang/go#38203 and golang/go#19367.☆26Updated 3 years ago
- Fast integer map for uint32-to-uint32☆28Updated last week
- This returns the name of the calling function/package with no allocations.☆14Updated last year
- simple data streams for go☆31Updated 2 years ago
- An offheap memory allocator for manual memory management in Golang☆25Updated 2 weeks ago
- This package implements the FastCDC content defined chunking algorithm☆29Updated 4 years ago
- Golang "native" implementation of word2vec algorithm (word2vec++ port)☆23Updated 5 months ago
- Golang package to return the elapsed time since a given time in a human readable format☆35Updated 7 months ago
- ☆28Updated 3 years ago
- ☆12Updated 7 months ago
- Library for monkey-patching functions in Go☆24Updated 3 years ago
- WIP☆18Updated 4 years ago
- High throughput primitives library☆50Updated last year
- Parses Go tracebacks and finds possible deadlocks☆27Updated 4 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- A high-level interface for interacting with a Git subprocess in Go☆25Updated 6 months ago
- Run Go executables under llvm-mca☆13Updated 3 years ago
- 🏇🏻 generalist, fast and tiny binary parser and compiler generator, powered by Go 1.18+ Generics☆58Updated 2 years ago
- Off heap golang memory pool☆60Updated 3 years ago
- Variable-length, lexicographically-sortable hex format for uint64 values.☆13Updated 4 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- Simple Interprocess Plugins for Go☆17Updated 5 years ago
- A Go API for perf_event_open