Skip to content

ghais/gocache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gocache

Build Status

A General LRU Caching for Go

This is a fork from the LRU Cache implementation by vitess to support keys of any type for which equality is defined.

The performance is lower than that of Vitess Cache which supports string keys only (see here https://codereview.appspot.com/6501079/).

About

A General LRU Caching for Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages