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 6 months ago
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☆16Updated this week
- A very fast arena allocator for Go☆32Updated last month
- A service for managing locks in multiprocess/distributed systems☆13Updated 2 years ago
- Fast reflection for mere mortals☆27Updated 3 weeks ago
- alternative condition variable synchronization primitive☆32Updated last year
- A Stream VByte implementation in Go leveraging SIMD techniques☆18Updated 4 years ago
- Generic pointer helpers☆16Updated 2 years ago
- Allows for SQL syntax like querying into golang []slice structures. Supports sub-slices, sup-struct and maps!☆56Updated 3 months ago
- Ungrammar implementation and API in Go☆48Updated last year
- [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
- A vet analyzer which checks sql queries for correctness☆10Updated 6 years ago
- 🌺 Run command periodically and expose latest STDOUT as HTTP endpoint☆34Updated last year
- Structured concurrency manager for Go☆46Updated 2 years ago
- Vega chart rendering in pure Go☆28Updated 5 months ago
- Ordered codes for database keys☆45Updated last year
- Generic data structures and utility types in Go☆26Updated last month
- simple and secure way to authorize your application with the OpenID Connect☆33Updated 2 weeks ago
- implementation of the Allotment Routing Table (ART) algorithm by Donald Knuth, as described in the paper by Yoichi Hariguchi☆56Updated 2 years ago
- Goldmark extension for D2 diagrams☆20Updated 4 months ago
- go2 generics experiment in building generic augmented BTree data structures☆24Updated last week
- A Golang library to manipulate strings according to the word parsing rules of the UNIX Bourne shell.☆28Updated 2 years ago
- 📐 The fastest and smallest Go math library for constrained environments, like microcontrollers or WebAssembly.☆90Updated 4 months ago
- Graphic library supporting various displays☆30Updated 9 months ago
- Go package for accessing, navigating and manipulating values from an untyped json document.☆24Updated 9 months ago
- Rendering capabilities for go-text based typesetting☆13Updated 2 weeks ago
- Dataframe library for Go.☆16Updated 2 years ago
- Fast, thread-safe arena allocators☆26Updated 3 weeks ago
- An offheap memory allocator for manual memory management in Golang☆30Updated last month
- Simple Go library for executing lots of operations spread over any number of threads☆76Updated last week
- strftime/strptime for Go☆18Updated 3 months ago