Skip to content

Simple implementation LRU Cache in c++ for practice in template programmnig

Notifications You must be signed in to change notification settings

arsnazarenko/LRU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LRU Cache

Installing

  1. Clone repository
[email protected]: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

About

Simple implementation LRU Cache in c++ for practice in template programmnig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published