Stars
simulation of a cache in regards to flushing, updating, and replacing bytes for the purpose of data access optimization with a focus on locality
priority CPU-Scheduling for Pintos, using a multilevel feedback queue system
Markov Chain random writer that takes any file input and randomizes it based on k-levels of Markov chain history, using a graph implementation of mine
converted existing single-thread, contiguous file-allocation, file system into a multi-threaded, multi-level indexed file-allocation file system