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.