copper
copper copied to clipboard
SlidingWindowScannerBuffer building a new string for every character read?
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.