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
Currently, the derive macros' FSAs use the standard hasher for HashSet and HashMap, which is slower compared to alternatives like AHash.
To enhance static analysis performance and improve overall code maintainability, the base utilities for sets and maps should be refactored in favor of faster hashing algorithms.
The text was updated successfully, but these errors were encountered:
Currently, the derive macros' FSAs use the standard hasher for
HashSet
andHashMap
, which is slower compared to alternatives like AHash.To enhance static analysis performance and improve overall code maintainability, the base utilities for sets and maps should be refactored in favor of faster hashing algorithms.
The text was updated successfully, but these errors were encountered: