Skip to content

Improve YAML parsing performance

Max Rossmannek requested to merge faster-yaml-parser into master

Closes #88 (closed)

This PR potentially improves the YAML parsing performance significantly! It only does so potentially because until %4.0, the newly introduced setting config.parsers.yaml.use_c_lib_yaml remains False, defaulting to the lower performant variant.

Merge request reports