As things are right now, lots of writes trashes the memory and we have the recent writes in memory anyway (see #2). It seems it would be faster to just do direct I/O + manual caches for everything. It would also have better behavior under heavy write workloads. Right now it grinds my desktop to a halt under stress tests.
See tokio-rs/tokio-uring#73
As things are right now, lots of writes trashes the memory and we have the recent writes in memory anyway (see #2). It seems it would be faster to just do direct I/O + manual caches for everything. It would also have better behavior under heavy write workloads. Right now it grinds my desktop to a halt under stress tests.
See tokio-rs/tokio-uring#73