cloudxaas / gocache
One of The Fastest Zero Alloc LRU Cache for Golang (Go). Maximizes memory use, no garbage collection issues. Use memory size limit instead of specifying item capacity. Batch eviction feature for faster processing
☆17Updated 11 months ago
Alternatives and similar repositories for gocache
Users that are interested in gocache are comparing it to the libraries listed below
Sorting:
- Embedded cache lib using sqlite for storage☆19Updated 6 months ago
- Collect data about your dependencies☆43Updated last week
- Golang package to return the elapsed time since a given time in a human readable format☆35Updated 7 months ago
- A fast file-based priority queue☆58Updated last year
- ☆12Updated 6 months ago
- VarInt: fast & memory efficient arbitrary bit width integers in Go.☆36Updated 2 years ago
- ☆28Updated 3 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- This Project aims to port/build well known and commonly used data structures to GO.☆29Updated 3 years ago
- 🧵 thead facilities in Go☆17Updated 4 years ago
- WIP☆18Updated 4 years ago
- simple data streams for go☆31Updated 2 years ago
- Simple internal event bus for Go applications☆31Updated last year
- Off heap golang memory pool☆60Updated 3 years ago
- Faster substitution of tidwall/gjson☆37Updated 7 months ago
- A tool used to manage installations of multiple Go toolchain versions☆39Updated this week
- Consistent hashing hashring implementation.☆34Updated last year
- Pure Go Permanent Storage For Open Telemetry Metrics, Traces and Logs, based on Compressed Roaring B-Tree Bitmaps, using Typescript as Q…☆16Updated last year
- TopN collector☆23Updated 11 months ago
- An offheap memory allocator for manual memory management in Golang☆25Updated this week
- Library for monkey-patching functions in Go☆24Updated 3 years ago
- A simple prometheus metrics and pprof profile viewer.☆46Updated 2 years ago
- Type-safe atomic values for Go