gaujay
Results
2
issues of
gaujay
Following #635 Here is a test branch to benchmark an "8-bits Tag" implementation (starting with SSE2). As seen in results below, for Foldhash: - lookup-hit is slightly slower (~-2%) -...
I heard that HashMap is based on Google original design for `absl::flat_hash_map`. And noticed there was some room for improvement in Abseil implementation, so I rolled out my own (C++)...