/pypager

Page-reference simulator for teaching page-replacement algorithms

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

pypager

This is the Python implementation of my original page-replacement simulator written in C. I use(d) it on a course on the fundamentals of operating systems, you'll find the course here.
You'll find the original C version here.
Personally I prefer the C version, and if you've ever taken a course on operating systems you know why.