gecko-dev/intl/icu/GIT-INFO
André Bargull 7f8b902c81 Bug 1513934 - Import ICU patch to fix possible time zone misdetection on Windows 7. r=Waldo
--HG--
extra : amend_source : 9b0b4e865d1195b7124f74ea096d904a31b0cd71
2018-12-14 05:48:46 -08:00

15 lines
682 B
Plaintext

commit f3fa0d604ef6527a01dab96f4bfa3c5290127337
Author: Markus Scherer <markus.icu@gmail.com>
Date: Fri Nov 9 12:54:22 2018 -0800
ICU-20250 make UnicodeSet(intprop=value) faster
- fastpath for UnicodeSet.add(new last range)
- fewer UnicodeSet memory allocations:
initial internal list array, exponential array growth,
allocate strings list/set only when first one is added
- faster CodePointTrie.getRange(): fewer calls to filter function
- revert UnicodeSet(intprop=value) from trie ranges to range starts + lookup
- cache per-int-prop range starts: fewer lookups
(cherry picked from commit 98f9170004c29388d756a8a283573164a7a26bef)