Skip to content

Commit 7d88953

Browse files
committed
BinaryWriter: increase recordBufferSize to 1024
* Seems more reasonable than 128, might decrease CPU/IO load
1 parent 7fb846f commit 7d88953

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Plugins/BinaryWriter/NpyFile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ namespace BinaryRecordingEngine
6969
// Compile-time constants
7070

7171
// flush file buffer to disk and update the .npy header every this many records:
72-
const int recordBufferSize{ 128 };
72+
const int recordBufferSize{ 1024 };
7373

7474
};
7575

0 commit comments

Comments
 (0)