pbalcer / vmemcache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libvmemcache: buffer based LRU cache

Build Status Coverage Status

WARNING

This library is in a 'Work-In-Progress' state, API is not stable and it may change at any time.

Building The Source

Requirements:

  • cmake >= 3.3
  • git

For all systems:

$ git clone https://github.com/pmem/vmemcache.git
$ cd vmemcache
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=~/vmemcache-bin
$ make
$ make install

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 79.0%Language:Perl 7.6%Language:CMake 7.3%Language:Shell 6.1%