Skip to content

jehiah/lru

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

LRU

Build Status GoDoc GitHub release

LRU is a Go library for caching arbitrary data with least-recently-used (LRU) eviction strategy and TTL support. There is also a LRUCounter which allows you to easily to count high cardinality lists while keeping a bounded set in memory.

Inspired by LRU code from larsmans and vitess

Docs: https://godoc.org/github.com/jehiah/lru

About

Go library for caching arbitrary data with least-recently-used (LRU) eviction strategy

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages