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.
☆27Updated 7 months ago
Alternatives and similar repositories for shrinkmap
Users that are interested in shrinkmap are comparing it to the libraries listed below
Sorting:
- A service for managing locks in multiprocess/distributed systems☆13Updated 3 years ago
- Fast reflection for mere mortals☆28Updated last month
- A very fast arena allocator for Go☆33Updated 3 weeks ago
- SquashFS read only implementation in pure go☆16Updated last month
- Graphic library supporting various displays☆30Updated last week
- Structured concurrency manager for Go☆46Updated 2 years ago
- Allows for SQL syntax like querying into golang []slice structures. Supports sub-slices, sup-struct and maps!☆56Updated 4 months ago
- A Stream VByte implementation in Go leveraging SIMD techniques☆18Updated 4 years ago
- alternative condition variable synchronization primitive☆32Updated last year
- 🌺 Run command periodically and expose latest STDOUT as HTTP endpoint☆34Updated last year
- Dataframe library for Go.☆17Updated 2 years ago
- Go package for accessing, navigating and manipulating values from an untyped json document.☆24Updated 10 months ago
- [MODULE] - Fast JSON lexer (tokenizer) with no memory footprint and no garbage collector pressure (zero-alloc). 5x faster compared to Go'…☆50Updated 3 years ago
- Enhanced Go reflection using DWARF debug information to extract function parameter names☆57Updated 6 months ago
- Generic pointer helpers☆16Updated 2 years ago
- ✅ The only assertion library that works with TinyGo☆34Updated last year
- A Golang library to manipulate strings according to the word parsing rules of the UNIX Bourne shell.☆28Updated 2 years ago
- ☆23Updated last year
- Ordered codes for database keys☆46Updated last year
- Ungrammar implementation and API in Go☆48Updated last year
- A context-based, generics enabled, zero dependency Go (and TinyGo!) command-line flag and argument parsing library☆33Updated 8 months ago
- User-Space Block Device (USBD) Framework (written in Go)☆30Updated 3 years ago
- strftime/strptime for Go☆18Updated 4 months ago
- 🐚🏔 The simplest and safest golang library for making CLI tools☆19Updated 2 years ago
- implementation of the Allotment Routing Table (ART) algorithm by Donald Knuth, as described in the paper by Yoichi Hariguchi☆56Updated 2 years ago
- 🏇🏻 generalist, fast and tiny binary parser and compiler generator, powered by Go 1.18+ Generics☆59Updated this week
- FastPrinter supports write values in io.Writer without allocation☆12Updated 2 months ago
- Generic data structures and utility types in Go☆26Updated 2 months ago
- CLI secret management☆16Updated 3 weeks ago
- A port of the pikchr markup language interpreter to pure Go☆60Updated 3 months ago