486c / rosu-memory

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

Reduce calculations of Difficulty attributes #35

Closed Chiffario closed 10 months ago

Chiffario commented 11 months ago

Reduces the amount of times difficulty attributes are calculated for every play by storing them in Values.

Speed increase is worth the increased memory usage