项目作者: QuangTung97

项目描述 :
LRU Cache for Go
高级语言: Go
项目地址: git://github.com/QuangTung97/lru-cache.git
创建时间: 2020-10-09T09:54:55Z
项目社区:https://github.com/QuangTung97/lru-cache

开源协议:

下载


LRUCache - A library for single threaded exact LRU cache

Generic LRU Cache with Genny

GoCover

Features

  • Exact LRU implementation
  • Pure Go implementation
  • Can be generated to any type
  • Zero GC overhead if Key and Value contain no pointer or reference