grailbio / baseLinks
A collection of Go utility packages used by GRAIL's tools
☆99Updated 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☆99Updated last month
- ☆101Updated last year
- Expression evaluator for Go☆78Updated this week
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- Intern Go strings☆97Updated 2 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆90Updated 5 years ago
- Storing strings without GC overhead☆84Updated 2 weeks ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆56Updated 5 months ago
- ☆122Updated 2 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆294Updated last year
- Fast Scalable Minimal Perfect Hash for Large Keysets☆32Updated 10 months ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆70Updated last year
- Implements a deep pretty printer for Go data structures to ease data snapshot creation☆92Updated last year
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆75Updated 4 months ago
- Fastest levenshtein implementation in Go.☆134Updated 5 years ago
- Go templates invoked as functions☆155Updated 4 years ago
- xxh3 fast hash function☆104Updated 6 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- Fast integer map for uint32-to-uint32☆32Updated 6 months ago
- A prefix tree (trie) implementation in go☆39Updated last year
- Optimized implementation of Cuckoo Filter: Practically Better Than Bloom.☆47Updated last month
- Go wrapper for CRoaring☆46Updated 3 weeks 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
- An Go library of synchronization primitives to help make use of hardware transactional memory (HTM)☆94Updated 3 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Various golang benchmarks I've written☆110Updated 7 years ago
- cgosymbolizer teaches the Go runtime to include cgo frames in backtraces☆31Updated 3 years ago
- Miscellaneous Go hacks☆242Updated last month