dustinxie / lockfreeLinks
Golang lock-free Hashmap and List
☆71Updated 2 years ago
Alternatives and similar repositories for lockfree
Users that are interested in lockfree are comparing it to the libraries listed below
Sorting:
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆89Updated 10 months ago
- ☆121Updated 2 years 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
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- Easy and intuitive Go Benchmark Results Viewer.☆71Updated 2 years ago
- A fast file-based priority queue☆58Updated last year
- Go library that implements fs.FS for Postgres using Large Objects.☆61Updated last year
- Fx is a useful functional programming helpers.☆79Updated 3 years ago
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- Simple managed reload mechanism for Go☆47Updated 10 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 years ago
- Cron library for go with distributed lock☆50Updated 3 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 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 11 months ago
- WebSocket for fasthttp☆65Updated 4 months ago
- Simple and efficient WAL implementation in Go 🚀☆61Updated last year
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Expression evaluator for Go☆74Updated 3 months ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 3 months ago
- ☆83Updated last month
- Load file-backed memory☆122Updated 2 years ago
- Streaming JSON encoding for Golang☆30Updated last week
- MUS format serializer for Go☆114Updated this week
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆119Updated last month
- a golang test framework for asserting expected escape analysis results & heap allocations☆71Updated 6 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…☆162Updated last year
- map library using Go generics that offers a standard interface, go routine synchronization, and sorting☆50Updated 5 months ago