-
I have an immutable virtual file system ( Some of my read operations are pretty expensive. Should I roll my own caching? Does Windows provide any block cache service I could tap into? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please see #1161 - Yes you will need to build your own cache. |
Beta Was this translation helpful? Give feedback.
Please see #1161 - Yes you will need to build your own cache.
#1047 could avoid having too but that far more complicated.