Skip to content

Commit

Permalink
Merge branch 'master' of github.com:believe3301/lru
Browse files Browse the repository at this point in the history
  • Loading branch information
believe3301 committed Feb 18, 2013
2 parents 1bf477a + 82d6db4 commit b79fe9a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -0,0 +1,6 @@
TODO:
* add varint coding
* support snappy and hugepage

2012-10-15
* change readme
23 changes: 17 additions & 6 deletions README.md
@@ -1,10 +1,21 @@
lru kv(Least Recently Used) a simple lru kv cache library
=== ==============================
introduce


compile Introduce
------------
A simple lru kv cache library,and implement similar as memcached lru.

Compile
----------
It is as simple as:

% make

Test
--------
Using:

% make test


test


stat


0 comments on commit b79fe9a

Please sign in to comment.