In my testing, using final class variables for delimiter, escape etc
(set in ctor) shaves about 1 sec off the time to read the world town
data file compared with accessing these fields inline through the
format field.

Average time goes from c. 25.5 to c. 24.5 which is a 4% improvement.

I suspect this is partly because the fetches are currently in loops
rather than any getter overhead.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to