hohav / peppi

Rust parser for Slippi SSBM replay files
MIT License
37 stars 9 forks source link

Impl read_exact for TrackingReader #58

Closed NickCondron closed 2 months ago

NickCondron commented 1 year ago

This allows the reader to utilize the specialized read_exact of the inner type instead of the default implementation. This provides a speedup of 10-20%.

hohav commented 8 months ago

I can now test the impact of this thanks to your new benchmarks, but I can't duplicate your numbers. Do you want to close this, or keep investigating?

hohav commented 2 months ago

Closing for inactivity.