gnoso / go-judyLinks
go-judy is a Go language wrapper of the Judy array implementation at http://judy.sourceforge.net.
☆29Updated 11 years ago
Alternatives and similar repositories for go-judy
Users that are interested in go-judy are comparing it to the libraries listed below
Sorting:
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- Fast integer map for uint32-to-uint32☆28Updated last week
- A port of Stream VByte to Go☆35Updated 3 years ago
- Faster integer compression in Go with SIMD using StreamVByte codec☆42Updated last year
- A fast collection type that uses uint64 for keys.☆44Updated 4 years ago
- Minimal perfect hashing in Go☆73Updated 2 years ago
- Simple Go library for executing lots of operations spread over any number of threads☆74Updated 2 years ago
- Pure Go implementation of xxHash (32 and 64 bits versions)☆60Updated 4 years ago
- P-Square Algorithm in Go☆36Updated 3 years ago
- wyhash fast non-cryptographic string hash☆35Updated 5 years ago
- Thread-safe concurrent maps for go.☆25Updated 5 years ago
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆76Updated 6 years ago
- Unsafe zero-copy slice casts for Go☆37Updated 6 months ago
- Persist to disk channel for Go.☆47Updated 8 years ago
- An efficient memset implementation for Golang. [Not maintained].☆32Updated 5 years ago
- The fastest way to xor bytes in Go☆74Updated 4 years ago
- Go translation of MetroHash☆110Updated 4 months ago
- sharded key-value store compatible with p5-ShardedKV☆36Updated 4 years ago
- A distributed service for monotonically increasing tickets.☆43Updated 5 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- Murmur3 hash in Go☆13Updated 7 years ago
- jeez it's just a quadtree chill out☆25Updated 3 years ago
- fast int64-int64 map for go☆96Updated 2 years ago
- A radix sorting library for Go (golang)☆53Updated last year
- Reference implementations for golang/go#38203 and golang/go#19367.☆26Updated 3 years ago
- Golang: contex-aware synchronization primitives (mutex).☆32Updated last year
- A spinlock implementation for Go.☆61Updated 4 years ago
- A Go library for performing Unicode Text Segmentation as described in Unicode Standard Annex #29☆89Updated 2 years ago
- A high performance lock free map type for go.☆19Updated 7 years ago
- Find the nth largest element of an unsorted slice in Go. Fast and memory efficient implementation of a Selection Algorithm.☆18Updated 8 months ago