jongyunha / shrinkmapLinks
ShrinkableMap is a high-performance, generic, thread-safe map implementation for Go that automatically manages memory by shrinking its internal storage when items are deleted. It provides a solution to the common issue where Go's built-in maps don't release memory after deleting elements.
☆26Updated last week
Alternatives and similar repositories for shrinkmap
Users that are interested in shrinkmap are comparing it to the libraries listed below
Sorting:
- SquashFS read only implementation in pure go☆14Updated 3 months ago
- A service for managing locks in multiprocess/distributed systems☆13Updated 2 years ago
- alternative condition variable synchronization primitive☆30Updated 8 months ago
- Tiny cross-platform terminal color library☆8Updated last month
- A very fast arena allocator for Go☆28Updated 3 months ago
- datetoken is a time toolkit for golang, with support for relative delta and string parsing☆20Updated 3 years ago
- Goldmark extension for D2 diagrams☆19Updated last year
- Graphic library supporting various displays☆28Updated 3 months ago
- An (almost) compliant XPath 1.0 library.☆47Updated last year
- A memory efficient immutable hash map implemented using the Hash Array Map Trie approach☆8Updated 2 years ago
- Battle-tested Go struct and map traversal utilities.☆33Updated 5 years ago
- Wrapper for simple golang preprocessors☆26Updated 3 months ago
- demo program: rsync file transfer (with the gokrazy/rsync module) over gRPC transport☆24Updated 4 months ago
- Ungrammar implementation and API in Go☆46Updated last year
- Static (i.e. compile-time) plugins for go☆25Updated 4 years ago
- 🌺 Run command periodically and expose latest STDOUT as HTTP endpoint☆34Updated 10 months ago
- XML Tokenizer is a low-memory high performance non-namespace parser library for parsing simple XML 1.0.☆42Updated last month
- An offheap memory allocator for manual memory management in Golang☆26Updated 2 months ago
- A port of the pikchr markup language interpreter to pure Go☆58Updated 3 months ago
- Java Bytecode to Go Transpiler☆19Updated 4 years ago
- strftime/strptime for Go☆18Updated 2 years ago
- Simple oauth prompting☆28Updated last year
- ✅ The only assertion library that works with TinyGo☆33Updated last year
- Roxy the Frontend Proxy☆49Updated 2 years ago
- Ordered codes for database keys☆41Updated last year
- Vega chart rendering in pure Go☆27Updated last week
- [MODULE] - Fast JSON lexer (tokenizer) with no memory footprint and no garbage collector pressure (zero-alloc). 5x faster compared to Go'…☆50Updated 2 years ago
- A Golang library to manipulate strings according to the word parsing rules of the UNIX Bourne shell.☆26Updated 2 years ago
- Dataframe library for Go.☆16Updated 2 years ago
- Matcher is a fast path matcher/globber supporting globstar/doublestar☆53Updated 3 years ago