Search found 2 matches

by TechRaven
Sat Nov 03, 2012 8:05 pm
Forum: Technical Support
Topic: Dev question. Memory bandwidth vs caching performance.
Replies: 4
Views: 6167

Re: Dev question. Memory bandwidth vs caching performance.

SiSoft is doing raw memory transfer rate calculations, therefor there is absolutely no logic involved, the code is simply commanding the CPU to fetch memory in a tight loop.
In comparison, you are benchmarking the Windows FileSystem, FancyCache, and your Ram. In so you have multiple layers of ...
by TechRaven
Thu Feb 23, 2012 12:43 pm
Forum: Bug Report and Suggestion
Topic: Different "Defer Write latencies" for different files
Replies: 2
Views: 3991

Re: Different "Defer Write latencies" for different files

Due to how they are doing cache at a block level rather then a file level, I can't imagine this happening without serious performance impacts (bad).

BUT...

If your using C++ projects, what I do is partition my SSD into two volumes, C: and R:, R: being a 40gig "temp" partition. FancyCache uses a ...