anacrolix / stmLinks
Software Transactional Memory in Go
☆83Updated 2 years ago
Alternatives and similar repositories for stm
Users that are interested in stm are comparing it to the libraries listed below
Sorting:
- a golang test framework for asserting expected escape analysis results & heap allocations☆71Updated 7 months ago
- Golang lock-free Hashmap and List☆70Updated 2 years ago
- Go implementation of a Hash Array Map Trie☆28Updated 4 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- simple data streams for go☆31Updated 2 years ago
- Simple and efficient WAL implementation in Go 🚀☆61Updated last year
- A performant, highly concurrent and simple sharded hashmap implementation using generics☆33Updated last year
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated last year
- The fastest way to xor bytes in Go☆74Updated 4 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- Simple managed reload mechanism for Go