Skip to content

leeway64/CSE-220-final-project-proof-of-concept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE-220-final-project-proof-of-concept

This project implements the circular queue as outlined in SWQUE: A Mode Switching Issue Queue with Priority-Correcting Circular Queue, independently of the Scarab simulator, as part of the final project for CSE220.

To see the actual implementation of the project, see this GitHub repo.

Building

cmake .
cmake --build .

Running tests

./bin/unit_tests

Acknowledgements

This proof-of-concept's implementation was heavily influenced by the ideas given in the Circular buffer Wikipedia page; refer to that page for more information on circular buffers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published