anacrolix / stmLinks
Software Transactional Memory in Go
☆87Updated 3 years ago
Alternatives and similar repositories for stm
Users that are interested in stm are comparing it to the libraries listed below
Sorting:
- Golang lock-free Hashmap and List☆73Updated 3 years ago
- A performant, highly concurrent and simple sharded hashmap implementation using generics☆34Updated last year
- a golang test framework for asserting expected escape analysis results & heap allocations☆73Updated last year
- Go implementation of a Hash Array Map Trie☆28Updated 5 years ago
- go2 generics experiment in building generic augmented BTree data structures☆25Updated last month
- Storing strings without GC overhead☆86Updated last month
- Raft backend implementation using BadgerDB☆120Updated 2 years ago
- Go implementation of Bitcask - A Log-Structured Hash Table for Fast Key / Value Data☆37Updated 2 months ago
- simple data streams for go☆31Updated 3 years ago
- Simple and efficient WAL implementation in Go 🚀☆62Updated last year
- Generic sorted map for Go with red-black tree under the hood☆67Updated 3 years ago
- Fast and Scalable RPC Framework☆43Updated 2 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆83Updated 2 years ago
- A spinlock implementation for Go.☆63Updated 5 years ago
- Core go datastructure of a cid index☆15Updated last week
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆77Updated 5 months ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆61Updated 6 years ago
- ☆123Updated 2 years ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆119Updated 2 years 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.☆56Updated 6 months ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- A buffer pool file I/O library for Go☆55Updated 4 years ago
- WebSocket for fasthttp☆68Updated 11 months ago
- Package for getting the runtime ID of a goroutine☆49Updated 4 months 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 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- A Kafka log inspired in-memory and append-only data structure☆135Updated last month
- Simple Go library for executing lots of operations spread over any number of threads☆77Updated last month
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆91Updated 3 months ago