cantabular / faststringmapLinks
A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.
☆67Updated 11 months ago
Alternatives and similar repositories for faststringmap
Users that are interested in faststringmap are comparing it to the libraries listed below
Sorting:
- Expression evaluator for Go☆76Updated 4 months ago
- ☆33Updated 2 years ago
- 🏇🏻 generalist, fast and tiny binary parser and compiler generator, powered by Go 1.18+ Generics☆58Updated 2 years ago
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 years ago
- MUS format serializer for Go☆114Updated 3 weeks ago
- cheap Go type to hold & operate on either a read-only []byte or string☆111Updated last year
- errs is a package for making errors friendly and easy☆53Updated 9 months ago
- Storing strings without GC overhead☆83Updated 5 years ago
- importable versions of parts of the Go standard library☆50Updated 2 years ago
- Collection of unusual generics usecases in Go☆55Updated 3 years ago
- Tool for golang that generates jennifer code☆74Updated last year
- Fast Concurrent / Parallel Sorting in Go☆137Updated last week
- a golang test framework for asserting expected escape analysis results & heap allocations☆71Updated 7 months ago
- A set of performant rate limiters for Go☆91Updated last year
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- Intern Go strings☆95Updated last year
- Fastest and most efficient goroutine pool (experimental)☆139Updated 2 years ago
- Support for Unix domain sockets in Go HTTP clients☆81Updated 3 weeks ago
- Fastest levenshtein implementation in Go.☆134Updated 4 years ago
- Fixed-precision decimal numbers based on IEEE 754 decimal64☆43Updated last week
- High performance JSON iterator & validator for Go☆95Updated last year
- galaxycache is a caching and cache-filling library based on groupcache.☆69Updated last month
- An offheap memory allocator for manual memory management in Golang☆26Updated 2 months ago
- Package set is a small wrapper around the official reflect package that facilitates loose type conversion and assignment into native Go t…☆47Updated 3 years ago
- A Kafka log inspired in-memory and append-only data structure☆133Updated 3 weeks ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 3 months 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…☆162Updated last year
- Simple Go library for executing lots of operations spread over any number of threads☆75Updated 2 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago