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 4 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 last week
- A very fast arena allocator for Go☆32Updated this week
- 🌺 Run command periodically and expose latest STDOUT as HTTP endpoint☆35Updated last year
- alternative condition variable synchronization primitive☆29Updated last year
- Enhanced Go reflection using DWARF debug information to extract function parameter names☆55Updated 3 months ago
- demo program: rsync file transfer (with the gokrazy/rsync module) over gRPC transport☆24Updated 8 months ago
- A service for managing locks in multiprocess/distributed systems☆13Updated 2 years ago
- Fast reflection for mere mortals☆19Updated last month
- Go sqlite3 cache☆21Updated last year
- Generate Go enum encoding☆15Updated 2 months ago
- A command-line tool for downloading public playlists, albums and individual tracks via Spotify URLs.☆19Updated last year
- The semantic desktop search engine☆29Updated 4 years ago
- Go package for accessing, navigating and manipulating values from an untyped json document.☆24Updated 8 months ago
- strftime/strptime for Go☆18Updated last month
- Ungrammar implementation and API in Go☆46Updated last year
- Allows for SQL syntax like querying into golang []slice structures. Supports sub-slices, sup-struct and maps!☆55Updated last month
- Recreates directory and files from embedded filesystem using Go 1.16 embed.FS type.☆29Updated 3 years ago
- datetoken is a time toolkit for golang, with support for relative delta and string parsing☆20Updated 4 years ago
- A Stream VByte implementation in Go leveraging SIMD techniques☆18Updated 4 years ago
- A port of the pikchr markup language interpreter to pure Go☆58Updated 3 weeks ago
- [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
- Generic data structures and utility types in Go☆25Updated last week
- A Golang library to manipulate strings according to the word parsing rules of the UNIX Bourne shell.☆28Updated 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
- Graphic library supporting various displays☆28Updated 7 months ago
- Generic pointer helpers☆16Updated 2 years ago
- Structured concurrency manager for Go☆46Updated 2 years ago
- User-Space Block Device (USBD) Framework (written in Go)☆30Updated 3 years ago
- go2 generics experiment in building generic augmented BTree data structures☆24Updated 3 years ago
- Dataframe library for Go.☆16Updated 2 years ago