Skip to content
Snippets Groups Projects
Commit 2531492e authored by Florian Fischer's avatar Florian Fischer
Browse files

implement a sharded file buffer

Each worker thread has it own stringstream per ShardedFileBuffer.
All streams are joined and flushed to the file when a ShardedFileBuffer
is destructed.

Flushing a ShardedFileBuffer is not thread-safe and must not be called
concurrently to any modifications to the ShardedFileBuffer.

Use a ShardedFileBuffer to accumulate and print all paths during fsearch.
parent d79405cd
No related branches found
No related tags found
Loading
Checking pipeline status