dolthub / maphashLinks
☆121Updated last year
Alternatives and similar repositories for maphash
Users that are interested in maphash are comparing it to the libraries listed below
Sorting:
- Zero-allocation type-safe pool for Go☆235Updated 2 years ago
- The `io_uring` library and runtime for GO☆134Updated 2 months ago
- Simple building blocks for protobuf marshaling and unmarshaling☆196Updated last year
- ⚡️ lock-free utilities in Go☆158Updated last year
- Fastest and most efficient goroutine pool (experimental)☆141Updated 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
- ☆242Updated last month
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆89Updated 10 months ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 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…☆162Updated last year
- Go programming language port of liburing.☆105Updated last year
- Load file-backed memory☆122Updated 2 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆119Updated 3 weeks ago
- ☆121Updated 2 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆102Updated 5 months ago
- Go assembly transpiler for C programming language☆94Updated last week
- MUS format serializer for Golang☆114Updated 3 weeks ago
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- Expression evaluator for Go☆74Updated 3 months ago
- ☆122Updated 2 years ago
- Synchronization and asynchronous computation package for Go☆249Updated last week
- Experimental packages not in std and golang.org/exp☆77Updated 6 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.☆211Updated 10 months ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆116Updated 2 years ago
- Storing strings without GC overhead☆83Updated 5 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- Expirable Go LRC\LRU cache without goroutines☆85Updated 2 months ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago