Skip to content

Commit 2951754

Browse files
authored
Update README.md
1 parent c73072d commit 2951754

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
@@ -7,7 +7,7 @@ While building [Tailcall], we frequently engage in internal debates about the lo
77
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
```
10-
cargo bench
10+
cargo bench
1111
Compiling rust-dynamic-dispatch-performance v0.1.0 (/Users/tushar/Documents/Projects/temp/rust-dynamic-dispatch-performance)
1212
Finished `bench` profile [optimized] target(s) in 1.66s
1313
Running unittests src/main.rs (target/release/deps/rust_dynamic_dispatch_performance-5c61e2e8a62037f3)

0 commit comments

Comments
 (0)