Use AHash for HashMaps and make read_string read everything at once. I'm sure more optimizations are possible here but I don't know how to execute them. I also know I could make it way faster if it was a &[u8] instead of a Read, but it is, so I have to figure out how to optimize with that.
Use AHash for HashMaps and make read_string read everything at once. I'm sure more optimizations are possible here but I don't know how to execute them. I also know I could make it way faster if it was a &[u8] instead of a Read, but it is, so I have to figure out how to optimize with that.