copper icon indicating copy to clipboard operation
copper copied to clipboard

SlidingWindowScannerBuffer building a new string for every character read?

Open schwerdf opened this issue 8 years ago • 0 comments

A TODO in SlidingWindowScannerBuffer.java suggests that the buffer is inefficient and building a new string object for every character read.

We should either verify that this is not happening or find a way to eliminate it.

schwerdf avatar Dec 20 '17 04:12 schwerdf