An open API service indexing awesome lists of open source software.

https://github.com/davidk/lru

A fork of groupcache's LRU implementation, with mutexes added
https://github.com/davidk/lru

golang lru

Last synced: 10 months ago
JSON representation

A fork of groupcache's LRU implementation, with mutexes added

Awesome Lists containing this project

README

          

# lru

A fork of [groupcache](https://github.com/golang/groupcache)'s lru implementation, with mutexes added.

This was forked/modified for [chim](https://github.com/davidk/chim/), which does not handle the LRU cache in
a goroutine-safe manner, natively.