You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #45282 - stjepang:experiment-ordermap, r=<try>
[Experiment] Replace HashMap with OrderMap
Do not merge.
This is just a simple experiment where I modified `FxHashMap` to use `OrderMap` instead of `HashMap`, as explained in #45273. Don't expect the code to look good. :)
cc @Mark-Simulacrum - Can we please run performance tests to see how this PR impacts compile times?
cc @bluss@kennytm@eddyb said on IRC that we shouldn't blindly swap the implementation just yet - let's investigate a bit further. If changing the hash map implementation affects performance a lot, then we can probably gain even more by using a different data structure.
0 commit comments