getsentry / rust-sourcemap

A library for rust that implements basic sourcemap handling
Other
224 stars 27 forks source link

perf: using FxHashMap instead of HashMap #83

Closed underfin closed 7 months ago

underfin commented 7 months ago

Improve performance for hashmap hash. ref https://nnethercote.github.io/perf-book/hashing.html.

image