Closed smehringer closed 1 year ago
Now this is something I need to benchmark.
The only difference is that a robin_hood::unordered_set is used instead of storing the values in a std::vector<uint64_t>.
robin_hood::unordered_set
std::vector<uint64_t>
IF this leads to a decrease in performance we need to have an compute_kmers overload on a vector.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Now this is something I need to benchmark.
The only difference is that a
robin_hood::unordered_set
is used instead of storing the values in astd::vector<uint64_t>
.IF this leads to a decrease in performance we need to have an compute_kmers overload on a vector.