Question
Hello, thought we could improve performance somewhat by using a faster hashing algorithm for nushell, i did some initial testing by using aHash instead of the default and running cargo bench gave some nice improvements in the parser, upwards of 15% faster when running parse_default_config_file
i submit some images and await response if this is something we should maybe consider using.




The json and msgpack tests was quite noisy so i did not include those here.
Additional context and details
No response
Question
Hello, thought we could improve performance somewhat by using a faster hashing algorithm for nushell, i did some initial testing by using
aHashinstead of the default and runningcargo benchgave some nice improvements in the parser, upwards of 15% faster when runningparse_default_config_filei submit some images and await response if this is something we should maybe consider using.
The json and msgpack tests was quite noisy so i did not include those here.
Additional context and details
No response