Changes between Version 1 and Version 2 of Ticket #14853, comment 2
- Timestamp:
- Feb 1, 2024, 7:32:58 AM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14853, comment 2
v1 v2 1 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. 2 2 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. I can provide a detailed call graph if it helps.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.