-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cherry-pick: ICU-20250 make UnicodeSet(intprop=value) faster
Url: unicode-org/icu@98f9170 github pull request: unicode-org/icu#278 Changes: - 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 Bug: 119388329 Test: CtsIcuTestCases Change-Id: I75b87d4574c183a171b0743a14f156f02cdcc43e
- Loading branch information
Showing
21 changed files
with
1,075 additions
and
784 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.