GavinClarke0 / lockless-generic-ring-buffer
Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than channels with the added type safety of generics compared to ring buffers using interfaces.
☆159Updated last year
Alternatives and similar repositories for lockless-generic-ring-buffer:
Users that are interested in lockless-generic-ring-buffer are comparing it to the libraries listed below
- Load file-backed memory☆120Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- ☆118Updated last year
- Fastest and most efficient goroutine pool (experimental)☆138Updated 2 years ago
- Go programming language port of liburing.☆100Updated last year
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 7 months ago
- MUS format serializer for Golang☆112Updated last week
- Connection pool for Go's net.Conn interface☆128Updated 2 years ago
- Gohalt 👮♀🛑: Fast; Simple; Powerful; Go Throttler library☆347Updated 10 months ago
- ☆121Updated last year
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆239Updated 4 months ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆113Updated last year
- A go in-memory table☆228Updated 2 years ago
- A simple, single binary, message queue. Supports HTTP/2 and Redis Protocol.☆205Updated 2 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 8 months ago
- ☆225Updated last week
- Maths includes mathematical functions not defined in the standard Go math package.☆174Updated last year
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 9 months ago
- Zero-allocation type-safe pool for Go☆230Updated last year
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 2 years ago
- Useful Go String methods☆190Updated last year
- Go templates invoked as functions☆154Updated 3 years ago
- Off heap golang memory pool☆60Updated 3 years ago
- Simd support via Go assembly for parallel element-wise computations.☆110Updated last month
- Storing strings without GC overhead☆82Updated 5 years ago
- Optimized functions for Go using SIMD☆194Updated 4 years ago
- A fast little LRU cache for Go☆167Updated last year
- Synchronization and asynchronous computation package for Go☆238Updated 6 months ago
- dagger is a fast, concurrency safe, mutable, in-memory directed graph library. Also includes a number of generic, concurrency safe data-s…☆322Updated last year
- Expression evaluator for Go☆69Updated last year