anacrolix / stmLinks
Software Transactional Memory in Go
☆82Updated 2 years ago
Alternatives and similar repositories for stm
Users that are interested in stm are comparing it to the libraries listed below
Sorting:
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- adaptive radix tree (a.k.a prefix tree or compact trie)☆32Updated 3 months ago
- Fast and Scalable RPC Framework☆43Updated last year
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- go2 generics experiment in building generic augmented BTree data structures☆24Updated 3 years ago
- Go implementation of a Hash Array Map Trie☆27Updated 4 years ago
- Raft backend implementation using BadgerDB☆117Updated 2 years ago
- Off heap golang memory pool☆60Updated 3 years ago
- Golang lock-free Hashmap and List☆71Updated 2 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆71Updated 6 months ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 10 months ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Go implementation of Bitcask - A Log-Structured Hash Table for Fast Key / Value Data☆35Updated last year
- ☆80Updated 2 months ago
- Native Go bindings for chDB, an in-process SQL OLAP Engine powered by ClickHouse☆28Updated last year
- SQLite or SQL-92 Parser implemented in Go☆18Updated 6 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- string interning library for lots of strings☆38Updated 4 years ago
- Generic sorted map for Go with red-black tree under the hood☆63Updated 3 years ago
- ☆121Updated last year
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆89Updated 9 months ago
- An offheap memory allocator for manual memory management in Golang☆26Updated last month
- a unified channel package for buffered, unbuffered, and unbounded channels☆40Updated 2 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- A fast, reliable, simple hashmap that only supports the uint64 key/value. Faster than the runtime hashmap in almost all cases.☆23Updated 3 months ago
- Golang wrapper for WASM3 (https://github.com/wasm3/wasm3)☆77Updated 2 years ago
- Simple and efficient WAL implementation in Go 🚀☆61Updated last year
- A go database/sql driver for csvq☆75Updated 2 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…☆46Updated 2 years ago
- Golang radix tree implementation☆35Updated 6 years ago