AndrewSav / Remnant2SaveAnalyzer

Tool to backup your saves and view your world rolls
GNU General Public License v3.0
5 stars 1 forks source link

Performance improvements #2

Closed AndrewSav closed 2 months ago

AndrewSav commented 3 months ago

I see two potential performance improvements that need investigation:

AndrewSav commented 2 months ago

I removed the Find methods, from Analyser, but turned out performance improvement here were marginal, as it was just used in a few places where it did not affect performance much. Regarding the second bulled point I do not see a point spending time now on optimizing that since we removed the use of Find methods in the first place.