dboslee / lruLinks
LRU cache using go generics
☆119Updated 2 years ago
Alternatives and similar repositories for lru
Users that are interested in lru are comparing it to the libraries listed below
Sorting:
- Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than ch…☆162Updated last year
- Maths includes mathematical functions not defined in the standard Go math package.☆174Updated 2 years ago
- Connection pool for Go's net.Conn interface☆127Updated 2 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 10 months ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆71Updated 6 months ago
- Useful Go String methods☆191Updated 2 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- Cancellable, Efficient and Reliable Distributed Task Queue in Go☆93Updated 2 years ago
- A simple, single binary, message queue. Supports HTTP/2 and Redis Protocol.☆205Updated 2 years ago
- ☆121Updated last year
- [TOOL/CLI] - Filter and examine Go type structures, interfaces and their transitive dependencies and relationships. Export structural typ…☆206Updated last year
- Notification broadcaster library☆154Updated 3 years ago
- ☆132Updated 3 years ago
- A linter to ensure that slices are not initialized with non-zero length☆76Updated 4 months ago
- Go 1.23 range functions with database/sql☆147Updated 7 months ago
- Functional tools in Go 1.18 using newly introduced generics☆172Updated 2 years ago
- Optional values for Go☆103Updated 5 months ago
- A Go io/fs filesystem implementation for reading files in Github gists.☆127Updated 3 years ago
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- Load file-backed memory☆122Updated 2 years ago
- Pure Go SQL parser☆156Updated last week
- Go templates invoked as functions☆154Updated 4 years ago
- some data structures and algorithms using golang☆69Updated last year
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 11 months ago
- Hash Array Mapped Trie (HAMT) implemented in Go (1.18+ generics)☆66Updated 2 years ago
- Simplified error handling in Go☆169Updated 2 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- Gohalt 👮♀🛑: Fast; Simple; Powerful; Go Throttler library☆351Updated last year
- Simd support via Go assembly for parallel element-wise computations.☆116Updated last month
- A Go test harness that starts an ephemeral PostgreSQL server☆60Updated 6 months ago