rusty icon indicating copy to clipboard operation
rusty copied to clipboard

perf: Use FxHash

Open volsa opened this issue 1 year ago • 0 comments

This PR introduces the FxHashMap, FxHashSet, FxIndexMap and FxIndexSet types which use the non-cryptographic fxhash algorithm also used in the Rust compiler. Doing so improves the plc check times by ~300 to 500 ms in a bigger internal project of ours.

volsa avatar May 13 '24 08:05 volsa