Skip to content

Commit

Permalink
Update README stats
Browse files Browse the repository at this point in the history
  • Loading branch information
CathalMullan committed Aug 19, 2024
1 parent 4f5cece commit 60a3fd6
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,30 +134,30 @@ Check out our [codspeed results](https://codspeed.io/DuskSystems/wayfind/benchma
In a router of 130 routes, benchmark matching 4 paths.

| Library | Time |
|-----------|------|
| wayfind | 210.33 ns |
| matchit | 310.24 ns |
| path-tree | 406.26 ns |
| xitca-router | 415.02 ns |
| ntex-router | 1.6291 µs |
| route-recognizer | 4.3608 µs |
| routefinder | 6.2077 µs |
| actix-router | 20.722 µs |
|---------|------|
| wayfind | 301.64 ns |
| matchit | 471.11 ns |
| xitca-router | 568.31 ns |
| path-tree | 586.17 ns |
| ntex-router | 1.7905 µs |
| route-recognizer | 4.5652 µs |
| routefinder | 6.6322 µs |
| actix-router | 21.162 µs |

### `path-tree` inspired benches

In a router of 320 routes, benchmark matching 80 paths.

| Library | Time |
|-----------|------|
| wayfind | 3.5117 µs |
| matchit | 6.8657 µs |
| path-tree | 7.5262 µs |
| xitca-router | 8.5490 µs |
| ntex-router | 28.003 µs |
| route-recognizer | 87.400 µs |
| routefinder | 95.115 µs |
| actix-router | 176.11 µs |
|---------|------|
| wayfind | 3.9211 µs |
| matchit | 8.9698 µs |
| path-tree | 9.5825 µs |
| xitca-router | 10.882 µs |
| ntex-router | 30.931 µs |
| route-recognizer | 90.966 µs |
| routefinder | 98.779 µs |
| actix-router | 178.40 µs |

## Inspirations

Expand Down

0 comments on commit 60a3fd6

Please sign in to comment.