commit | f3fa0d604ef6527a01dab96f4bfa3c5290127337 | [log] [tgz] |
---|---|---|
author | Markus Scherer <markus.icu@gmail.com> | Fri Nov 09 12:54:22 2018 -0800 |
committer | Markus Scherer <markus.icu@gmail.com> | Thu Nov 15 13:59:02 2018 -0800 |
tree | f89ebfdfb94b81483031ba1fdd142d41769d85f1 | |
parent | 38b882fe30e7105e691c0d48d35864724ea72979 [diff] |
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)
This is the repository for the International Components for Unicode. The ICU project is under the stewardship of The Unicode Consortium.
Build | Status |
---|---|
TravisCI | |
Win x64 Release | |
Win x86 Release |
icu4c/
ICU for C/C++icu4j/
ICU for Javatools/
Toolsvendor/
Vendor dependenciesPlease see ./icu4c/LICENSE (C and J are under an identical license file.)
Copyright © 2016 and later Unicode, Inc. and others. All Rights Reserved. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. Terms of Use and License