Skip to content

Commit

Permalink
readme: update benchmark results
Browse files Browse the repository at this point in the history
clang does best on AST representation now
  • Loading branch information
AdelKS committed Oct 9, 2023
1 parent 974893c commit 2de73c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ There is for now one benchmark defined in the tests, called "parametric function
The current results are (AMD Ryzen 5950X, `-march=native -O3` compile flags)
- `g++ 13.2.1` + `libstdc++` + `ld.bfd 2.41.0`
- `ast`: 150ns ± 5ns
- `rpn`: 155ns ± 5ns
- `ast`: 165ns ± 5ns
- `rpn`: 145ns ± 5ns
- `c++`: 75ns ± 5ns
- `clang++ 17.0.1` + `libc++` + `ld.lld 17.0.1`
- `ast`: 145ns ± 5ns
- `rpn`: 155ns ± 5ns
- `ast`: 140ns ± 5ns
- `rpn`: 150ns ± 5ns
- `c++`: 75ns ± 5ns
<details>
Expand Down

0 comments on commit 2de73c8

Please sign in to comment.