On Fri, Mar 19, 2010 at 6:07 PM, Toke Eskildsen <[email protected]> wrote:
> Ah... I should have seen that. I does not change the overall picture though: > Althought the ICU collation keys are impressively small, they still take up > nearly as much space as the original Strings when they themselves are > represented as Strings. Thus the collation keys does not help memory usage > (much). > yeah they will only hurt you in trunk, because they are not really stored as byte[]. But if collation keys can actually be kept as just byte[] in flex, perhaps it could be handy by allowing you to offline the Collator stuff to index-time. -- Robert Muir [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
