cloudxaas / gocacheLinks
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
☆19Updated last year
Alternatives and similar repositories for gocache
Users that are interested in gocache are comparing it to the libraries listed below
Sorting:
- Collect data about your dependencies☆43Updated 9 months ago
- VarInt: fast & memory efficient arbitrary bit width integers in Go.☆37Updated 3 years ago
- ☆12Updated last year
- 🧵 thead facilities in Go☆18Updated 5 years ago
- A simple prometheus metrics and pprof profile viewer.☆46Updated 3 years ago
- Type-safe atomic values for Go☆19Updated 2 years ago
- Enhanced Go reflection using DWARF debug information to extract function parameter names☆57Updated 6 months ago
- Fast histograms for Go☆37Updated last year
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆45Updated 3 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆61Updated 6 years ago
- ☆27Updated 3 years ago
- WiFi daemon for connecting to WiFi networks (encrypted or unencrypted) with gokrazy☆37Updated 9 months ago
- Golang "native" implementation of word2vec algorithm (word2vec++ port)☆30Updated 3 months ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆77Updated 5 months ago
- Implementation of Boyer-Moore fast string search algorithm in Go☆58Updated 3 years ago
- WIP☆21Updated 7 months ago
- Embedded cache lib using sqlite for storage