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☆84Updated 2 weeks ago
- Off heap golang memory pool☆60Updated 4 years ago
- Package for getting the runtime ID of a goroutine☆49Updated 3 months ago
- A JSON stream parser for Go☆68Updated 3 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated last year
- Load file-backed memory☆122Updated 3 years ago
- ☆27Updated 3 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆60Updated 6 years ago
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right…☆47Updated 3 years ago
- A simple prometheus metrics and pprof profile viewer.☆46Updated 2 years ago
- Expression evaluator for Go☆78Updated last week
- A spinlock implementation for Go.☆63Updated 4 years ago
- ☆123Updated 2 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆75Updated 4 months ago
- string interning library for lots of strings☆37Updated 4 years ago
- Pure Go SQL parser☆173Updated last month
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- 🧵 thead facilities in Go☆18Updated 4 years ago
- Compile Go regular expressions to Go code☆96Updated 4 months ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- a decision & trigger framework backed by Google's Common Expression Language☆64Updated 4 years ago
- ☆38Updated 3 years ago
- simple data streams for go☆31Updated 3 years ago
- Type-safe atomic values for Go☆19Updated 2 years ago
- A hopefully fast symbol table (string <=> integer sequence number)☆17Updated 3 weeks ago
- A minimalist HTTP request routing helper for Go.☆34Updated 3 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆56Updated 5 months ago
- Write ahead Raft log for Go☆58Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago