Skip to content

Implementation of a Least Recently Used Bufferpool in C++, makes use of two ADTs (LRUBufferPool and LRUBufferBlock) to hold file data in main memory for efficient recall.

Notifications You must be signed in to change notification settings

antnat96/LRU-Bufferpool

Repository files navigation

LRU-Bufferpool

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.

How To Use in Visual Studio 2017

  1. Download the source files ("git clone https://github.com/antnat96/LRU-Bufferpool.git")
  2. Open Visual Studio
  3. File->Open->Project/Solution
  4. Navigate to directory where code was cloned
  5. Open "LRU Bufferpool.vcxproj"
  6. Run project

About

Implementation of a Least Recently Used Bufferpool in C++, makes use of two ADTs (LRUBufferPool and LRUBufferBlock) to hold file data in main memory for efficient recall.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages