Changes between Version 2 and Version 3 of Ticket #14853, comment 2
- Timestamp:
- Feb 1, 2024, 7:33:26 AM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14853, comment 2
v2 v3 1 With https://github.com/scummvm/scummvm/pull/5621 merged, I'm happy to report that adding/detecting Dreamweb is now much faster than in 2.8! So the original speed I remembered is definitely present/visible.1 With https://github.com/scummvm/scummvm/pull/5621 merged, I'm happy to report that adding/detecting Dreamweb is now much faster than in 2.8! So the original speed boost I remembered is definitely present/visible. 2 2 3 3 However, the when it comes to hashing/comparing, there's still some performance decrease if the amount of files is too big: adding a folder with 999 (generated) files is still about 20% slower than in 2.8. The aforementioned PR definitely helped but it's still slower. I can provide a detailed call graph if it helps.