Community
Participate
Working Groups
parser.scanner.recordLineSeparator This requires some testing but would greatly reduce the amount of time spent for line number calculation based on offset.
all line numbers and col numbers use the Scanner record line separator rather than custom implementation of line number scan. This should improve performance for larger files to prevent multiple scans.