Skip to content

Commit

Permalink
docs: update performance after changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Becher authored and Armin Becher committed Mar 14, 2024
1 parent 09bb5ee commit 4af3301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ The following table shows a performance benchmarks between wildmatch, [regex](ht
| ---- | ------------: | ---------: | -------------: | ---------:
| compiling/text | **462 ns** | 39,714 ns | 1,470 ns | 13,210 ns
| compiling/complex | 190 ns | 153,830 ns | 238 ns | **60 ns**
| matching/text | 497 ns | 4,065 ns | **456 ns** | 6,097 ns
| matching/complex | **675 ns** | 16,085 ns | 1,426 ns | 3,773 ns
| matching/text | **186 ns** | 4,065 ns | 456 ns | 6,097 ns
| matching/complex | **310 ns** | 16,085 ns | 1,426 ns | 3,773 ns

The library only depends on the rust [`stdlib`](https://doc.rust-lang.org/std/).

Expand Down

0 comments on commit 4af3301

Please sign in to comment.