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.☆90Updated 9 months ago
- ☆121Updated last year
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated last year
- MUS format serializer for Golang☆114Updated last month
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated 2 years ago
- Load file-backed memory☆122Updated 2 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆119Updated 3 weeks ago
- Expirable Go LRC\LRU cache without goroutines☆85Updated last month
- An Adaptive Radix Tree (ART) implementation in Go☆81Updated last year
- Easy and intuitive Go Benchmark Results Viewer.☆71Updated 2 years ago
- Expression evaluator for Go☆74Updated 2 months ago
- Go's concurrency patterns as generic library to use.☆37Updated 3 years ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- A better Generic Pool (sync.Pool)☆65Updated last month
- A linter to ensure that slices are not initialized with non-zero length☆75Updated 4 months ago
- Fastest and most efficient goroutine pool (experimental)☆141Updated 2 years ago
- ⚡️ lock-free utilities in Go☆157Updated last year
- a thread-safe concurrent map for go☆94Updated last year
- A buffer pool file I/O library for Go☆55Updated 3 years ago
- Go library that implements fs.FS for Postgres using Large Objects.☆61Updated last year
- Cron library for go with distributed lock☆50Updated 3 years ago
- Fast and Scalable RPC Framework☆43Updated last year
- fast int64-int64 map for go☆97Updated 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 10 months ago
- Storing strings without GC overhead☆83Updated 5 years ago
- The size of variable at runtime☆146Updated 10 months ago
- A helper tool to work with profile.proto (pprof) files☆60Updated 3 years ago