- This repository consits of 2 kinds of caches:
- 2 queue cache
- perfect cache
> git clone https://github.com/MaxGroshev/2q_cache.git
> mkdir build
> cd build
> cmake ..
> cd build
> make
> ./cache/2q_cache
> cd build
> make
> ./cache/perf_lru
> cd build
> make
> ./tests/e2e_tests