Implementation of a Least Recently Used Bufferpool in C++, makes use of two Abstract Data Types (LRUBufferPool and LRUBufferBlock) to hold file data in main memory for efficient recall.
All data for testing comes from mydatafile.txt, which is included in the repository.
- Download the source files ("git clone https://github.com/antnat96/LRU-Bufferpool.git")
- Open Visual Studio
- File->Open->Project/Solution
- Navigate to directory where code was cloned
- Open "LRU Bufferpool.vcxproj"
- Run project