toml-rs / toml

Rust TOML Parser
https://docs.rs/toml
Apache License 2.0
699 stars 104 forks source link

perf(parse): Reduce overheasd from "trivia" #764

Closed epage closed 2 months ago

epage commented 2 months ago

ws_comment_newline was showing up in callgrind when dealing with a lot of features. While this had some impact on benchmarks, it wasn't super big.

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 10147085335

Details


Totals Coverage Status
Change from base Build 10117749300: 0.07%
Covered Lines: 3693
Relevant Lines: 5506

💛 - Coveralls