kYroL01 / libcache

Simple LRU cache for c.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libcache

Simple LRU cache for c based on hashmap and doublylinkedlist.

How to run tests:

make
make test

About

Simple LRU cache for c.

License:MIT License


Languages

Language:C 95.8%Language:Makefile 4.2%