dolthub / maphash
☆119Updated last year
Alternatives and similar repositories for maphash:
Users that are interested in maphash are comparing it to the libraries listed below
- Zero-allocation type-safe pool for Go☆231Updated 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
- The `io_uring` library and runtime for GO☆128Updated this week
- Simple building blocks for protobuf marshaling and unmarshaling☆179Updated 10 months ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- ⚡️ lock-free utilities in Go☆156Updated 11 months ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- ☆233Updated last week
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆118Updated this week
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆89Updated 8 months ago
- Expression evaluator for Go☆72Updated last month
- ☆121Updated last year
- Package for fast copying structs of different types☆51Updated 4 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years 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…☆160Updated last year
- Script engine, especially good for tests☆151Updated last year
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- Best-effort CPU-local sharded values for Go☆199Updated 3 years ago
- Generic goroutine pool: Submit, Map, Async.☆72Updated last year
- Golang lock-free Hashmap and List☆71Updated 2 years ago
- Load file-backed memory☆122Updated 2 years ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆114Updated 2 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Experimental packages not in std and golang.org/exp☆78Updated 4 months ago
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆209Updated 8 months ago
- A fast little LRU cache for Go☆169Updated last year
- Expirable Go LRC\LRU cache without goroutines☆85Updated 3 weeks ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆54Updated 2 years ago
- Pure Go SQL parser☆150Updated this week