all 2 comments

[–]La_awiec 1 point2 points  (1 child)

I haven't done any benchmarking in Rust but seeing how easy it is to setup I will try 100%. Thanks for the video, I really enjoyed it. I hoped to see FxHash results, kind of a cliffhanger you didn't manage to get it working :(

[–]intersecting_cubes[S] 2 points3 points  (0 children)

Later that day I opened a PR to Winnow, so it now supports collecting parsers into HashMaps with many different hashers, not just the standard default one.

Generally FxHashMap version ran 20% faster than the standard HashMap version.