philpearl / internLinks
string interning library for lots of strings
☆37Updated 4 years ago
Alternatives and similar repositories for intern
Users that are interested in intern are comparing it to the libraries listed below
Sorting:
- Storing strings without GC overhead☆84Updated 5 years ago
- A hopefully fast symbol table (string <=> integer sequence number)☆17Updated this week
- Expression evaluator for Go☆77Updated 5 months ago
- xxh3 fast hash function☆105Updated 6 years ago
- Intern Go strings☆95Updated last year
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- ☆99Updated 8 months ago
- cheap Go type to hold & operate on either a read-only []byte or string☆111Updated last year
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- Collection of mostly unrelated helper Go packages.☆34Updated last year
- Non-Invasive goroutine inspector☆92Updated last month
- Generic wrapper around strconv.Parse*☆37Updated 3 years ago
- A JSON stream parser for Go☆68Updated 3 years ago
- Buffered Reader/Writer☆78Updated 2 months ago
- Fast generation of 192-bit UUIDs☆86Updated 2 years ago
- a key-value store with multiple backends including leveldb, badgerdb, postgresql☆53Updated 4 years ago
- [CLOSED] Web tool for interactive playing with Golang struct sizes.☆53Updated 5 years ago
- ☆78Updated 5 years ago
- A simple cache meant to hold a small number of values☆30Updated 6 years ago
- Go's concurrency patterns as generic library to use.☆37Updated 3 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
- Package errc simplifies error and defer handling.☆78Updated 7 years ago
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 8 years ago
- A minimalist HTTP request routing helper for Go.☆34Updated 3 years ago
- TopN collector☆25Updated last year
- Off heap golang memory pool☆60Updated 4 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- Simple string pattern matcher for Go☆132Updated last week
- interpol is a Go package for doing format-string like string interpolation using named parameters.☆46Updated 6 years ago