Raptor
A fast and space-efficient pre-filter
|
Public Member Functions | |
sync_out & | operator= (sync_out &&)=delete |
sync_out & | operator= (sync_out const &)=delete |
sync_out (search_arguments const &arguments) | |
sync_out (sync_out &&)=delete | |
sync_out (sync_out const &)=delete | |
template<typename t > | |
void | write (t &&data) |
bool | write_header (search_arguments const &arguments, size_t const hash_function_count) |
Private Attributes | |
std::ofstream | file |
std::mutex | write_mutex |