temporary fork of saphyr with serde support merged into main.
2471c5793a
Instead of doing a loop that goes: * fetch from input stream * push char into string Make a loop that fetches characters while they're not a breakz and _then_ extend the string. This avoids a bunch of reallocations. |
||
---|---|---|
parser |