https://bz.apache.org/bugzilla/show_bug.cgi?id=66500
--- Comment #2 from PJ Fanning <[email protected]> --- Also, all the small strings created by code point util should be garbage collectable as soon as they are iterated over - so if you run into memory trouble, the garbage collector should be able to claim back a lot of this memory. The original large string value for the Cell will still be needed though. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
