Accelerate parsing by not re-checking previous data
authornorly <ny-git@enpas.org>
Tue, 31 May 2022 11:45:40 +0000 (13:45 +0200)
committernorly <ny-git@enpas.org>
Tue, 31 May 2022 11:48:31 +0000 (13:48 +0200)
While waiting for a <CR> the code would search through prevois received
characters, too. Keep track of what we've already checked to speed this
up.


No differences found