mattwparas / steel

An embedded scheme interpreter in Rust
Apache License 2.0
1.1k stars 49 forks source link

Replace usages of std::collections::HashMap + HashSet with FxHashMap/FxHashSet #92

Open mattwparas opened 10 months ago

mattwparas commented 10 months ago

None of the workloads should require the security of the hashmap - we should just blanket swap to use the FxHash variant instead