1aim / DELETE-THIS-mail-types

Encoding/Decoding (roughly read Generating/Parsing) of mails in rust, including limited unicode support
0 stars 0 forks source link

[Optimization] Use appropiate hasher #20

Open rustonaut opened 6 years ago

rustonaut commented 6 years ago

Some of the HashMap's could be possible speed up by using a Hasher (fnv?) more appropriate for they keys. Especially if they are not input related.