dustinxie / lockfree
Golang lock-free Hashmap and List
☆59Updated last year
Related projects ⓘ
Alternatives and complementary repositories for lockfree
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆44Updated 2 years ago
- Load file-backed memory☆121Updated 2 years ago
- ☆110Updated last year
- A helper tool to work with profile.proto (pprof) files☆60Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆136Updated 2 years ago
- Storing strings without GC overhead☆82Updated 4 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆213Updated last year
- Cron library for go with distributed lock☆50Updated 2 years ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆85Updated last year
- Ordered-concurrently a library for concurrent processing with ordered output in Go. Process work concurrently and returns output in a cha…☆38Updated last year
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆86Updated 2 months ago
- The size of variable at runtime☆137Updated 3 months ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆115Updated last year
- ⚡️ lock-free utilities in Go☆149Updated 5 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 2 years ago
- WebSocket for fasthttp☆60Updated 8 months ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated last year
- Optional values for Go☆104Updated last year
- Expression evaluator for Go☆66Updated 7 months ago
- fast int64-int64 map for go☆95Updated last year
- A minimal and efficient workerpool implementation in Go using goroutines.☆123Updated 2 years ago
- A test-friendly replacement for golang's time package [managed by soy-programador]☆70Updated 4 years ago
- When storing a value in a Go interface allocates memory on the heap.☆70Updated 2 years ago
- Go's concurrency patterns as generic library to use.☆36Updated 2 years ago
- Package set is a small wrapper around the official reflect package that facilitates loose type conversion and assignment into native Go t…☆47Updated 2 years ago
- Easy and intuitive Go Benchmark Results Viewer.☆71Updated 2 years ago
- Simplicity-focused, template based SQL query builder☆63Updated last year
- A spinlock implementation for Go.☆61Updated 3 years ago
- A better Generic Pool (sync.Pool)☆52Updated 3 years ago
- gRPC Test Utilities for Golang☆76Updated 3 weeks ago