libicsneo/disk
Paul Hollinsky 103f938d69 Disk: ReadDriver: Add unified cache
Previously, we had to copy an entire block out of the
old cache every time we wanted to read even a single
byte from it.

This ended up being a fairly significant performance
issue, in addition to the fact that the caching code
was duplicated.
2022-04-14 18:26:44 -04:00
..
diskreaddriver.cpp Disk: ReadDriver: Add unified cache 2022-04-14 18:26:44 -04:00
diskwritedriver.cpp Disk: ReadDriver: Add unified cache 2022-04-14 18:26:44 -04:00
extextractordiskreaddriver.cpp Disk: ReadDriver: Add unified cache 2022-04-14 18:26:44 -04:00
fat.cpp Disk: FAT: Fix Windows UNICODE compilation 2022-03-03 15:13:04 -05:00
neomemorydiskdriver.cpp Disk: ReadDriver: Add unified cache 2022-04-14 18:26:44 -04:00
nulldiskdriver.cpp Device: Add disk write driver framework 2022-02-25 01:14:57 -05:00
plasiondiskreaddriver.cpp Disk: ReadDriver: Add unified cache 2022-04-14 18:26:44 -04:00