libicsneo/test
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
..
diskdriverreadtest.cpp Disk: ReadDriver: Add unified cache 2022-04-14 18:26:44 -04:00
diskdrivertest.h Disk: Allow mismatched access for Read and Write drivers 2022-03-03 20:29:13 -05:00
diskdriverwritetest.cpp Disk: Predictable behavior for zero length reads 2022-02-28 01:54:21 -05:00
ethernetpacketizertest.cpp Tests: EthernetPacketizer: Fix typo 2022-02-25 01:14:57 -05:00
eventmanagertest.cpp Tests: Resolve MSVC x86 warnings 2022-02-22 10:49:49 -05:00
main.cpp Tests: Spaces to Tabs 2022-02-21 21:28:30 -05:00