On Thu Feb 15 16:51:39 2024 +0000, Rémi Bernon wrote:
What about allocating a `length` sized buffer and read everything at once? Would probably make the parsing a bit simpler wrt backtracking.
This is an easily avoidable allocation. I will change the backtracking.