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
Following up on rust-lang/hashbrown#207
It may be beneficial to have lower quality non-dos-resistant hash for cases where applications don't care about these features.
It would make sense to do this as a separate hasher instance. The trick is to find a way to do this without having to duplicate all of the code.
The text was updated successfully, but these errors were encountered:
Following up on rust-lang/hashbrown#207
It may be beneficial to have lower quality non-dos-resistant hash for cases where applications don't care about these features.
It would make sense to do this as a separate hasher instance. The trick is to find a way to do this without having to duplicate all of the code.
The text was updated successfully, but these errors were encountered: