dolthub / maphashLinks
☆123Updated 2 years ago
Alternatives and similar repositories for maphash
Users that are interested in maphash are comparing it to the libraries listed below
Sorting:
- The `io_uring` library and runtime for GO☆151Updated 7 months ago
- ☆255Updated 2 weeks ago
- Zero-allocation type-safe pool for Go☆251Updated 2 years ago
- Simple building blocks for protobuf marshaling and unmarshaling☆260Updated this week
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 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…☆163Updated 2 years ago
- ⚡️ lock-free utilities in Go☆163Updated 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.☆222Updated last year
- raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol☆137Updated 7 months ago
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- Load file-backed memory☆122Updated 3 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆56Updated 4 months ago
- A highly optimized double-ended queue☆202Updated 2 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- A better Generic Pool (sync.Pool)☆69Updated 8 months ago
- When storing a value in a Go interface allocates memory on the heap.☆72Updated 3 years ago
- A simple and efficient thread-safe sharded hashmap for Go☆246Updated 6 years ago
- Package for fast copying structs of different types☆52Updated 4 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- Go io uring syscall implementation without CGO, rewrite on branch v0.4☆118Updated 2 years ago
- Go assembly transpiler for C programming language☆108Updated 3 weeks ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆123Updated 6 months ago
- Fast, high quality alternative to math/rand and golang.org/x/exp/rand☆240Updated last year
- a unified channel package for buffered, unbuffered, and unbounded channels☆43Updated 2 years ago
- A fast little LRU cache for Go☆174Updated 2 years ago
- Server for benchmarking pure Go key/value databases☆162Updated 2 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆75Updated 3 months ago
- Go programming language port of liburing.☆113Updated 2 years ago
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆107Updated 2 months ago