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

https://github.com/droxer/lru

Simple LRU implementation.
https://github.com/droxer/lru

Last synced: about 2 months ago
JSON representation

Simple LRU implementation.

Awesome Lists containing this project

README

          

# lru

[![Build Status](https://travis-ci.org/droxer/lru.svg?branch=master)](https://travis-ci.org/droxer/lru)

This package provides a simple LRU implementation.

See [(http://godoc.org/github.com/droxer/lru)](http://godoc.org/github.com/droxer/lru) for documentation.