albi-k

Results 2 issues of albi-k

Hi, Thank you for a really neat and concise library. I ran into an issue with compilation time when using the conversion to/to_tuple operator. The compilation time seems to grow...

The following insert overload appears to be broken in hopscotch_hash: `std::pair insert(P&& value)` It seems the issue was the removal of the explicit conversion to value_type from this pull: https://github.com/Tessil/hopscotch-map/pull/63...