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:
- Go implementation of a Hash Array Map Trie☆28Updated 4 years ago
- WebSocket for fasthttp☆65Updated 5 months ago
- Golang lock-free Hashmap and List☆69Updated 2 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆71Updated 2 weeks ago
- simple data streams for go☆31Updated 3 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated 8 months ago
- Reference implementations of heap data structures in Go - treap, skew, leftlist, pairing, fibonacci☆101Updated 3 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated last month
- A performant, highly concurrent and simple sharded hashmap implementation using generics☆33Updated last year
- Off heap golang memory pool☆60Updated 4 years ago
- Raft backend implementation using BadgerDB☆118Updated 2 years ago
- The fastest way to xor bytes in Go☆74Updated 4 years ago
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- ☆122Updated 2 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- Simple and efficient WAL implementation in Go 🚀☆61Updated last year
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- Simple managed reload mechanism for Go☆48Updated 11 months ago
- go2 generics experiment in building generic augmented BTree data structures☆24Updated 3 years ago
- A fast WebSocket implementation for fasthttp and net/http. Supporting concurrent R/W operations by default.☆89Updated 4 years ago
- Expression evaluator for Go☆77Updated 5 months ago
- adaptive radix tree (a.k.a prefix tree or compact trie)☆33Updated 5 months ago
- A ponylang-inspired actor model library for Go☆63Updated 2 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
- Storing strings without GC overhead☆84Updated 5 years ago
- Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than ch…☆163Updated last year
- Package for getting the runtime ID of a goroutine☆49Updated last year
- Secure your dev servers, insecurely!☆47Updated last year
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆89Updated last year