Hi!
I am browsing the bowtie source code and i was wondering if it were possible to replace std::map by std::unordered_map (available in C++11) when it is used with integers or pair of integers keys.
Bowtie might achieve better performance.
Some benchmarks are available online 'e.g. http://kariddi.blogspot.fr/2012/07/c11-unorderedmap-vs-map.html\)
Hi,
Thank you for bringing this up into our attention. We will definitely aim to adhere to C11 standard in the future. Due to most of our users use cases the current bowtie code is trying to stay compatible with older gcc versions.
But it is about the time to think about this transition.
thanks,
Val