Performance considerations with Java core tokenization

When using these core Java tokenization approaches, it is worthwhile to briefly discuss how well they perform. Measuring performance can be tricky at times due to the various factors that can impact codeexecution. With that said, an interesting comparison on the performance of several Java core tokenization techniques can be found here: http://stackoverflow.com/questions/5965767/performance-of-stringtokenizer-class-vs-split-method-in-java. For the problem they were addressing, the indexOf method was the fastest.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset