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:
- Storing strings without GC overhead☆84Updated last month
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆69Updated last year
- fast int64-int64 map for go☆98Updated 2 years ago
- Intern Go strings☆96Updated last year
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆75Updated 2 months ago
- Best-effort CPU-local sharded values for Go☆202Updated 4 years ago
- xxh3 fast hash function☆104Updated 6 years ago
- Fast Scalable Minimal Perfect Hash for Large Keysets☆32Updated 8 months ago
- ☆122Updated 2 years ago
- Implements a deep pretty printer for Go data structures to ease data snapshot creation☆91Updated last year
- Expression evaluator for Go☆77Updated 7 months ago
- string interning library for lots of strings☆37Updated 4 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- ☆99Updated 10 months ago
- Minimal perfect hashing in Go☆73Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- Go templates invoked as functions☆155Updated 4 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Fast Concurrent / Parallel Sorting in Go☆141Updated 2 months ago
- Fast integer map for uint32-to-uint32☆32Updated 4 months ago
- Go wrapper for CRoaring☆45Updated 2 years ago
- Optimized functions for Go using SIMD☆191Updated 5 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
- Implementation of Boyer-Moore fast string search algorithm in Go☆58Updated 3 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated last year
- Go assembly transpiler for C programming language☆107Updated 2 months ago
- Fastest levenshtein implementation in Go.☆135Updated 4 years ago
- cgosymbolizer teaches the Go runtime to include cgo frames in backtraces☆31Updated 3 years ago
- Cluster analysis library for Golang☆94Updated 5 years ago