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.
☆19Updated 6 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 2 years ago
- Embedded cache lib using sqlite for storage☆20Updated 7 months ago
- alternative condition variable synchronization primitive☆29Updated 6 months ago
- MyJSON is an embedded relational document store built on top of pluggable key value storage☆14Updated 2 years ago
- Helpful pipeline functionality with generics and channels.☆14Updated last year
- strftime/strptime for Go☆18Updated 2 years ago
- Tiny cross-platform terminal color library☆8Updated 4 months ago
- Type safe multi-type map for Go☆13Updated 9 months ago
- puffin abstracts the os/exec go package☆19Updated last year
- demo program: rsync file transfer (with the gokrazy/rsync module) over gRPC transport☆24Updated 2 months ago
- Go package for accessing, navigating and manipulating values from an untyped json document.☆23Updated 2 months ago
- Framework for pipeline execution with structured parallelism, retriability, load balancing and more.☆32Updated this week
- Dataframe library for Go.☆16Updated last year
- A command line kakfka client☆16Updated 7 months ago
- Simple generic iterator interface for Go projects☆13Updated last year
- datetoken is a time toolkit for golang, with support for relative delta and string parsing☆20Updated 3 years ago
- CLI secret management☆15Updated last week
- SquashFS read only implementation in pure go☆14Updated 2 months ago
- Structured data & CLI shorthand syntax for Go☆35Updated last year
- [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
- gen is a generic general use Go functions library with the intention of replacing duplicated code where the same functionality is needed …☆13Updated last month
- A Stream VByte implementation in Go leveraging SIMD techniques☆16Updated 3 years ago
- go module to create http server listening on unix sockets / systemd socket activated fds☆23Updated 4 months ago
- Generic pointer helpers☆15Updated 2 years ago
- A Linux daemon serving an API to compile, interpret and execute source code in containers using containerd.☆11Updated last month
- Battle-tested Go struct and map traversal utilities.☆33Updated 5 years ago
- A Go test harness that starts an ephemeral PostgreSQL server☆34Updated 4 months ago
- A memory efficient immutable hash map implemented using the Hash Array Map Trie approach☆8Updated 2 years ago
- An offheap memory allocator for manual memory management in Golang☆26Updated 3 weeks ago
- A very fast arena allocator for Go☆28Updated 2 months ago