This commit is contained in:
Gregor Purdy 2024-03-21 05:48:47 -07:00 committed by Ethiraric
parent 7d3825c049
commit 15049196e0

View file

@ -55,7 +55,7 @@ Here is in the end the performance breakdown:
![Comparison of the performance between `yaml-rust`, `yaml-rust2` and the C `libfyaml`. `yaml-rust2` is faster in every ![Comparison of the performance between `yaml-rust`, `yaml-rust2` and the C `libfyaml`. `yaml-rust2` is faster in every
test than `yaml-rust`, but `libfyaml` remains faster overall.](./img/benchmarks-v0.6.svg) test than `yaml-rust`, but `libfyaml` remains faster overall.](./img/benchmarks-v0.6.svg)
Here is a shot description of what the files contain: Here is a short description of what the files contain:
* `big`: A large array of records with few fields. One of the fields is a description, a large text block scalar * `big`: A large array of records with few fields. One of the fields is a description, a large text block scalar
spanning multiple lines. Most of the scanning happens in block scalars. spanning multiple lines. Most of the scanning happens in block scalars.