-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
This is much faster than the default hasher, and I don't think we're concerned about DOS attacks with this (if we are, could consider AHashMap)?
https://docs.rs/fxhash/latest/fxhash/type.FxHashMap.html
// use std::collections::HashMap;
use rustc_hash::{FxHashMap as HashMap};If so, add linter:
https://nnethercote.github.io/perf-book/linting.html#disallowing-types
Metadata
Metadata
Assignees
Labels
No labels