dolthub / maphashLinks
☆122Updated 2 years ago
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☆244Updated 2 years ago
- The `io_uring` library and runtime for GO☆149Updated 5 months ago
- ☆248Updated last week
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- Go programming language port of liburing.☆111Updated 2 years ago
- Simple building blocks for protobuf marshaling and unmarshaling☆202Updated last year
- 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…☆163Updated 2 years ago
- ⚡️ lock-free utilities in Go☆162Updated last year
- Best-effort CPU-local sharded values for Go☆202Updated 4 years ago
- Go assembly transpiler for C programming language☆106Updated last month
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 5 months ago
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆88Updated last year
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆220Updated last year
- 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.☆122Updated 4 months ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆75Updated last month
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- Storing strings without GC overhead☆84Updated last month
- ☆79Updated last month
- A fast little LRU cache for Go☆173Updated 2 years ago
- Synchronization and asynchronous computation package for Go☆277Updated 3 months ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆105Updated 2 weeks ago
- Expression evaluator for Go☆77Updated 6 months ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆117Updated 2 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated 9 months ago
- A simple and efficient thread-safe sharded hashmap for Go☆244Updated 6 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆75Updated 3 years ago
- Pure Go SQL parser☆164Updated 3 months ago