scuffed-code/icu4j/main
Markus Scherer 98f9170004 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
2018-11-12 16:05:57 -08:00
..
classes ICU-20250 make UnicodeSet(intprop=value) faster 2018-11-12 16:05:57 -08:00
shared ICU-20245 tzdata2018g updates 2018-10-30 18:14:03 -04:00
tests ICU-13267 Refactoring field position testing logic into helper function. 2018-11-08 17:13:29 -07:00