HIBF 1.0.0-rc.1
|
Implements seqan::hibf::update_parent_kmers. More...
#include <cstdint>
#include <functional>
#include <hibf/contrib/robin_hood.hpp>
#include <hibf/misc/timer.hpp>
#include <hibf/platform.hpp>
Go to the source code of this file.
Functions | |
void | seqan::hibf::build::update_parent_kmers (robin_hood::unordered_flat_set< uint64_t > &parent_kmers, robin_hood::unordered_flat_set< uint64_t > const &kmers, concurrent_timer &merge_kmers_timer) |
Updates stored values of the parent IBF. | |
Implements seqan::hibf::update_parent_kmers.