[PATCH resend] kernelbase: Improve Get{, Dynamic}TimeZoneInformation() performance.
24 Sep
2020
24 Sep
'20
3:07 p.m.
How do we improve the performance? ___________________ Stellaris calls the above API massively. It suffers on poor performance of the API after Wine 4.0-rc1. By caching localized time zone name string, this patch achieves over 50 times better performance compared with the current implementation. Although the code looks an ugly bit, we need a speed. Wine-Bugs: https://bugs.winehq.org/show_bug.cgi?id=49808 Signed-off-by: Akihiro Sagawa <sagawa.aki(a)gmail.com> --- dlls/kernelbase/locale.c | 47 ++++++++++++++++++++++++++++++++++------ 1 file changed, 40 insertions(+), 7 deletions(-)
1910
Age (days ago)
1910
Last active (days ago)
0 comments
1 participants
participants (1)
-
Akihiro Sagawa