Skip to content

Commit c73072d

Browse files
authored
Update README.md
1 parent 9a313fa commit c73072d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ While building [Tailcall], we frequently engage in internal debates about the lo
44

55
[Tailcall]: https://github.com/tailcallhq/tailcall
66

7-
Based on the benchmark results, pattern matching in Rust is significantly faster than dynamic dispatch—no surprise there! The execution times indicate that pattern matching, at around 320 picoseconds per operation, is roughly 72,000 times faster than dynamic dispatch, which operates at around 23 nanoseconds on the lower end of the spectrum.
7+
Based on the benchmark results, pattern matching in Rust is significantly faster than dynamic dispatch—no surprise there! The execution times indicate that pattern matching, at around 320 picoseconds per operation, is roughly **72,000 times faster** than dynamic dispatch, which operates at around 23 nanoseconds on the lower end of the spectrum.
88

99
```
1010
❯ cargo bench

0 commit comments

Comments
 (0)