Add naive buffer implementation

This commit is contained in:
2020-04-27 16:05:21 +02:00
parent 2a58d0b521
commit 59a5edd9eb
3 changed files with 41 additions and 18 deletions
+3
View File
@@ -29,6 +29,9 @@ namespace core_buffer {
const size_t BUFFER_RB_SIZE = 1000;
const int WRITER_ZMQ_IO_THREADS = 16;
// How many frames to buffer before flushing to file.
const size_t WRITER_BUFFER_SIZE = 100;
}
#endif //BUFFERCONFIG_HPP