SourceRenderer icon indicating copy to clipboard operation
SourceRenderer copied to clipboard

Use different hasher for HashMaps

Open marvin-j97 opened this issue 1 year ago • 1 comments

https://github.com/search?q=repo%3AK0bin%2FSourceRenderer%20hashmap&type=code

  • https://docs.rs/nohash/latest/nohash/ for numbers
  • https://github.com/rust-lang/rustc-hash or similar for strings

marvin-j97 avatar Jan 06 '25 14:01 marvin-j97

NAK uses https://docs.rs/fnv/latest/fnv/

K0bin avatar May 09 '25 09:05 K0bin