grailbio / baseLinks
A collection of Go utility packages used by GRAIL's tools
☆97Updated 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 years ago
- Fastest levenshtein implementation in Go.☆135Updated 4 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆220Updated 2 years ago
- Storing strings without GC overhead☆84Updated last month
- 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 last month
- Expression evaluator for Go☆77Updated 6 months ago
- cheap Go type to hold & operate on either a read-only []byte or string☆114Updated last year
- Intern Go strings☆96Updated last year
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆90Updated 4 years ago
- Go wrapper for CRoaring☆45Updated 2 years ago
- Implements a deep pretty printer for Go data structures to ease data snapshot creation☆91Updated last year
- string interning library for lots of strings☆37Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Go templates invoked as functions☆155Updated 4 years 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
- ☆99Updated 9 months ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated last year
- Fast Concurrent / Parallel Sorting in Go☆139Updated 2 months ago
- xxh3 fast hash function☆105Updated 6 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
- Load file-backed memory☆121Updated 3 years ago
- Generic and fast binary serializer for Go☆232Updated last year
- Useful Go String methods☆192Updated 2 years ago
- ☆122Updated 2 years ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 2 years ago
- Fast integer map for uint32-to-uint32☆31Updated 3 months ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆55Updated 2 months ago
- uint128 for Go☆255Updated 10 months ago
- a fast counting quotient filter implementation in golang☆95Updated 2 weeks ago