anacrolix / stmLinks
Software Transactional Memory in Go
☆80Updated 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 buffer pool file I/O library for Go☆55Updated 3 years ago
- Go implementation of a Hash Array Map Trie☆27Updated 4 years ago
- Raft backend implementation using BadgerDB☆117Updated 2 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- Go implementation of Bitcask - A Log-Structured Hash Table for Fast Key / Value Data☆35Updated last year
- Package for getting the runtime ID of a goroutine☆45Updated last year
- go2 generics experiment in building generic augmented BTree data structures☆24Updated 3 years ago
- Golang lock-free Hashmap and List☆71Updated 2 years ago
- Off heap golang memory pool☆60Updated 3 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
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆70Updated 5 months ago
- Secure your dev servers, insecurely!☆47Updated last year
- Extremely fast Bloom filters for Go☆49Updated 8 months ago
- Expression evaluator for Go☆74Updated 2 months ago
- adaptive radix tree (a.k.a prefix tree or compact trie)☆32Updated 2 months ago
- simple data streams for go☆31Updated 2 years ago
- An offheap memory allocator for manual memory management in Golang☆26Updated 3 weeks ago
- Ordered-concurrently a library for concurrent processing with ordered output in Go. Process work concurrently and returns output in a cha…☆41Updated 2 years ago
- Rolling window implementation in go.☆57Updated this week
- Experimental go stack unwinding using frame pointers.☆32Updated 2 years ago
- A performant, highly concurrent and simple sharded hashmap implementation using generics☆33Updated last year
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- 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
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- Interoperable GRPC based publish/subscribe☆40Updated 8 months ago
- Fast event-loop networking for Go (the lite version)☆72Updated 4 years ago
- WebSocket for fasthttp☆65Updated 2 months ago
- Allotment Routing Table☆57Updated 3 years ago