grailbio / baseLinks
A collection of Go utility packages used by GRAIL's tools
☆98Updated last year
Alternatives and similar repositories for base
Users that are interested in base are comparing it to the libraries listed below
Sorting:
- fast int64-int64 map for go☆98Updated 2 weeks ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆69Updated last year
- Go package porting the standard hashing algorithms to a more efficient implementation.☆294Updated last year
- Storing strings without GC overhead☆84Updated 2 months ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- Fast Scalable Minimal Perfect Hash for Large Keysets☆32Updated 9 months ago
- Intern Go strings☆96Updated 2 years ago
- Expression evaluator for Go☆77Updated 7 months ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Go wrapper for CRoaring☆45Updated 2 years ago
- Load file-backed memory☆122Updated 3 years ago
- Bitset data structure☆167Updated 2 years ago
- Best-effort CPU-local sharded values for Go☆202Updated 4 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆75Updated 3 months ago
- Fastest levenshtein implementation in Go.☆134Updated 4 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- Implements a deep pretty printer for Go data structures to ease data snapshot creation☆92Updated last year
- A prefix tree (trie) implementation in go☆39Updated last year
- Fast Concurrent / Parallel Sorting in Go☆142Updated 3 months ago
- xxh3 fast hash function☆104Updated 6 years ago
- ☆122Updated 2 years ago
- ☆101Updated 10 months ago
- Fast integer map for uint32-to-uint32☆32Updated 4 months ago
- Minimal perfect hashing in Go☆73Updated 2 years ago
- Transform Go code into it's AST☆123Updated 6 years ago
- Locking wrapper for running benchmarks on shared hosts☆156Updated 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
- A go function to report total system memory☆206Updated 3 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Go programming language port of liburing.☆112Updated 2 years ago