caching - Where get data to compare cache algorithms -


i wan`t compare cache algorithms lru, slru, lfu etc on real data.

that`s why need method generate real-like data compare cache algorithms or data application.

i think cachegrind, 1 of tools in valgrind suite, might you're looking for. haven't used myself, glance @ page, produces output file cachegrind.out.<pid> human-readable information cache accesses. not sure if detailed need (maybe it's summary), worth look.


Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -