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 9 months ago
- A helper tool to work with profile.proto (pprof) files☆60Updated 3 years ago
- ☆121Updated last year
- MUS format serializer for Golang☆114Updated 2 weeks ago
- WebSocket for fasthttp☆65Updated 3 months ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated last year
- Generic goroutine pool: Submit, Map, Async.☆72Updated last year
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆119Updated 2 weeks ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- Zero-allocation type-safe pool for Go☆235Updated 2 years ago
- Load file-backed memory☆122Updated 2 years ago
- Cron library for go with distributed lock☆50Updated 3 years ago
- Fastest and most efficient goroutine pool (experimental)☆141Updated 2 years ago
- iterator library for go using a rangefunc experiment☆26Updated 7 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- A better Generic Pool (sync.Pool)☆66Updated 2 months ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- Expression evaluator for Go☆74Updated 2 months ago
- Simplicity-focused, template based SQL query builder☆65Updated last year
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 2 months ago
- map library using Go generics that offers a standard interface, go routine synchronization, and sorting☆49Updated 4 months ago
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆238Updated 7 months ago
- 🪡 Dead simple, lightweight tracing.☆88Updated 4 years ago
- A linter to ensure that slices are not initialized with non-zero length☆76Updated 5 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
- Connection pool for Go's net.Conn interface☆127Updated 2 years ago
- 🏇🏻 generalist, fast and tiny binary parser and compiler generator, powered by Go 1.18+ Generics☆58Updated 2 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆74Updated 3 years ago
- Tiny wrapper around SQLX for Generic SQL queries☆48Updated 8 months ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago