Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 493 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 493 Bytes

LRU Cache

Installing

  1. Clone repository
git@github.com:arsnazarenko/LRU.git
  1. Enter in directory
cd LRU
  1. Build project
make [level]

By default, without specifying the build level, all three levels will be built: debug, sanitized, release. In order to build a certain level of the program, specify it explicitly when building.

Usage

  1. Enter in directory
cd build/[level]
  1. Execute file
./main