davidk / lru

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lru

A fork of groupcache's lru implementation, with mutexes added.

This was forked/modified for chim, which does not handle the LRU cache in a goroutine-safe manner, natively.

About

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

License:Apache License 2.0


Languages

Language:Go 100.0%