Loading include/config.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ namespace io { * If buffer is not zeroed, sparse regions contain invalid data. */ constexpr auto zero_buffer_before_read = false; constexpr auto enable_chunk_read_before_write = true; /* * When the daemon handler serves a read request, it starts tasklets (for each * chunk) from the io pool to read all chunks of that read request in parallel. Loading Loading
include/config.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ namespace io { * If buffer is not zeroed, sparse regions contain invalid data. */ constexpr auto zero_buffer_before_read = false; constexpr auto enable_chunk_read_before_write = true; /* * When the daemon handler serves a read request, it starts tasklets (for each * chunk) from the io pool to read all chunks of that read request in parallel. Loading