[Bug 30627] Common operations in richedit are O(N), should be O(log N) or so

WineHQ Bugzilla wine-bugs at winehq.org
Fri Dec 4 23:26:10 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=30627

--- Comment #13 from joaopa <jeremielapuree at yahoo.fr> ---
Looks like there are still noticeable differences between native and builtin:

native: 
Lines 1...399000 took 28999 ms to append all at once
Lines 399000...400000 took 9972 ms to append


builtin:
Lines 1...399000 took 35275 ms to append all at once
Lines 399000...400000 took 63373 ms to append

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list