philpearl / stringbankLinks
Storing strings without GC overhead
☆83Updated 5 years ago
Alternatives and similar repositories for stringbank
Users that are interested in stringbank are comparing it to the libraries listed below
Sorting:
- string interning library for lots of strings☆38Updated 4 years ago
- A spinlock implementation for Go.☆61Updated 4 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- A library for graceful restarts in Go.☆94Updated 7 years ago
- Static bit vector structures library☆72Updated 5 years ago
- fast int64-int64 map for go☆97Updated 2 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 2 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 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 6 years ago
- Interface for mmap syscall to provide safe and efficient access to memory☆69Updated this week
- TryLock for Go☆66Updated 5 years ago
- Load file-backed memory☆122Updated 2 years ago
- Fast generation of 192-bit UUIDs☆84Updated 2 years ago
- Expression evaluator for Go☆74Updated 3 months ago
- Rolling window implementation in go.☆57Updated 3 weeks ago
- A JSON stream parser for Go☆67Updated 2 years ago
- Non-Invasive goroutine inspector☆90Updated 3 weeks ago
- Library for Go (golang) to implement writev system call (not an official Google product)☆97Updated 6 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆81Updated 3 years ago
- x/sync/singleflight but with Go 1.18 generics☆31Updated 3 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆109Updated last year
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- Golang circular (ring) buffer☆174Updated 2 years ago
- A tiny library to get current goroutine id☆90Updated 2 years ago
- Intern Go strings☆95Updated last year
- A minimal-memory AnchorHash (consistent-hash) implementation for Go☆76Updated 6 years ago
- A simple library for working with raw Go struct data.☆86Updated 9 years ago
- Simple string pattern matcher for Go☆127Updated last year
- go/golang: fast bit set Bloom filter☆136Updated 5 years ago