Block size does not affect retrieval speed

This commit is contained in:
2020-04-23 18:31:06 +02:00
parent cb17ab1ccc
commit 6eff769395
+1 -1
View File
@@ -23,7 +23,7 @@ namespace core_buffer {
const std::string FILE_EXTENSION = ".h5";
// How many frames do we read at once during replay.
const size_t REPLAY_BLOCK_SIZE = 200;
const size_t REPLAY_BLOCK_SIZE = 100;
// Size of sf_buffer RB in elements.
const size_t BUFFER_RB_SIZE = 1000;