rust-bakery / parser_benchmarks

Benchmarks for the nom, the Rust parser combinators library
123 stars 20 forks source link

HTTP test results seem a bit old? off? #25

Open flip111 opened 5 years ago

flip111 commented 5 years ago

I benched everything on my PC, i get the following results. I compared it to the intel CPU (i think this is the one in the macbook).

The attoparsec bench is done with the code in https://github.com/rust-bakery/parser_benchmarks/pull/24

combine-http and attoparsec have big differences. I would also be interested to see the results with the current code on the macbook. I'm surprised by the 87.17% to 142% swing in the results, i didn't think the architecture of the CPU would matter that much.

compare

pickfire commented 4 years ago

nom 6 is out now, it seemed like the results are even older