Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor JSON::Ext::Parser to split configuration and parsing state
Ref: #718 The existing `Parser` interface is pretty bad, as it forces to instantiate a new instance for each document. Instead it's preferable to only take the config and do all the initialization needed, and then keep the parsing state on the stack on in ephemeral memory. This refactor makes the `JSON::Coder` pull request much easier to implement in a performant way. Co-Authored-By: Étienne Barrié <[email protected]>
- Loading branch information