bmatsuo / lmdb-goLinks
Bindings for the LMDB C library
☆165Updated 3 years ago
Alternatives and similar repositories for lmdb-go
Users that are interested in lmdb-go are comparing it to the libraries listed below
Sorting:
- Go implementation of SipHash-2-4, a fast short-input PRF created by Jean-Philippe Aumasson and Daniel J. Bernstein.☆291Updated 3 years ago
- a small circular ring buffer library in go / golang☆187Updated 6 years ago
- go/golang: fast bit set Bloom filter☆136Updated 6 years ago
- Asynchronous read-ahead for Go readers☆234Updated last year
- SIMD for Go☆163Updated 8 years ago
- A generic patricia trie (also called radix tree) implemented in Go (Golang)☆287Updated 4 months ago
- ZebraPack format is like gobs version 2: serialization in Go, *but* extremely fast and friendly to other languages. Use Go as your schema…☆171Updated 7 years ago
- slab allocator in go☆385Updated 10 months ago
- Fast generation of 192-bit UUIDs☆86Updated 2 years ago
- Golang circular (ring) buffer☆176Updated 2 years ago
- Implements the XDR standard as specified in RFC 4506 in pure Go (Golang)☆109Updated 3 years ago
- Non blocking data structures for Go☆267Updated 9 years ago
- Go translation of MetroHash☆113Updated 10 months ago
- Minimal Perfect Hashing for Go☆190Updated last year
- High-performance minimalist queue implemented using a stripped-down lock-free ringbuffer, written in Go (golang.org)☆134Updated 7 years ago
- Very fast, very unsafe serialization for Go☆147Updated 3 years ago
- Optimized bit-level Reader and Writer for Go.☆253Updated 2 years ago
- Customizable TCP net.Listener for Go☆151Updated 2 years ago
- Streaming TopK estimates☆88Updated 4 years ago
- go-farm: a pure-Go farmhash implementation☆256Updated last year
- Concurrent Buffered IO in Go #golang☆249Updated 3 years ago
- Port of LZ4 lossless compression algorithm to Go☆212Updated 8 years ago
- Various small golang libraries☆416Updated last year
- Cap'n Proto library and parser for go. This is go-capnproto-1.0, and does not have rpc. See https://github.com/zombiezen/go-capnproto2 fo…