486c / rosu-memory

Lightweight, cross-platform memory reader for osu! but in rust
24 stars 7 forks source link

perf: re-use the same buffer #5

Closed MaxOhn closed 11 months ago

MaxOhn commented 11 months ago

Avoid allocations for memory regions and re-use the same buffer instead

486c commented 11 months ago

oh, really good catch, thanks :heart: