Am 16.03.2021 um 16:53 schrieb Oleg Kalnichevski:
...
So the question is how much of the actual parser (please have a look
at
<
https://github.com/reschke/structured-fields/blob/master/src/main/java/org/greenbytes/http/sfv/Parser.java>
;)
can benefit of re-using Tokenizer.


All of it. The code in Tokenizer has been around for over a decade and
is also being used by Apache Mime4j. It is reasonably simple and
flexible with reasonable performance characteristics.

"All of it" seems... far fetched. Please have a lopk at the code; large
parts are concerned with things that have nothing to do whatsoever with
what Tokenizer does (such as parsing numbers, building lists etc).

> ...

Best regards, Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to