philpearl / stringbank
Storing strings without GC overhead
☆83Updated 4 years ago
Alternatives and similar repositories for stringbank:
Users that are interested in stringbank are comparing it to the libraries listed below
- string interning library for lots of strings☆38Updated 3 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 2 years ago
- xxh3 fast hash function☆104Updated 5 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 6 months ago
- Load file-backed memory☆121Updated 2 years ago
- Static bit vector structures library☆72Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 2 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- Intern Go strings☆92Updated last year
- Fast generation of 192-bit UUIDs☆84Updated last year
- Non-Invasive goroutine inspector☆90Updated last year
- A JSON stream parser for Go☆67Updated 2 years ago
- A goroutine limiter for Go☆80Updated 2 years ago
- fast int64-int64 map for go☆95Updated 2 years ago
- A spinlock implementation for Go.☆61Updated 3 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆56Updated 5 years ago
- Pure Go implementation of xxHash (32 and 64 bits versions)☆59Updated 4 years ago
- Highly concurrent drop-in replacement for bufio.Writer☆55Updated 7 years ago
- Golang (as of 1.12.5) runtime internals that gives you an access to internal scheduling primitives. Park Gs, read IDs. (for learning purp…☆69Updated 5 years ago
- A fast string sorting algorithm (MSD radix sort)☆192Updated 6 years ago
- A library for graceful restarts in Go.☆95Updated 7 years ago
- Golang LRU cache with expire feature.☆66Updated 6 months ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆53Updated last year
- Expression evaluator for Go☆67Updated 10 months ago
- Golang circular (ring) buffer☆175Updated 2 years ago
- A Go implementation of the Ryu algorithm for converting floating-point numbers to strings☆92Updated 5 years ago
- TryLock for Go☆66Updated 5 years ago
- Go client library for Pilosa☆57Updated 2 years ago
- Thread-safe concurrent maps for go.☆26Updated 5 years ago
- Package errc simplifies error and defer handling.☆78Updated 7 years ago