/SimpleCache.py

Simple cache in python Direct Mapping, Set Associative, Full Associative

Primary LanguagePython

Simple Cache Implementation in Python

I wrote this just to make some very boring assignment a little bit more exciting, that was the assignment: (so code isn't in it's very best shape :$) alt tag

dependencies: texttable to install:

pip install -U git+http://github.com/bufordtaylor/python-texttable

Have fun and don't hesitate to point out any bugs/errors and contribute!