We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28d831 commit c2cd2d4Copy full SHA for c2cd2d4
README.md
@@ -95,8 +95,8 @@ A basic performance comparison between implementations using commodity hardware
95
96
|implementation|pool size|ns/iter|
97
|-------------:|---------|-------|
98
-| Rust SRD| 1,000| 22,446|
99
-| Rust BnB| 1,000|552,120|
+| Rust SRD| 1,000| 21,888|
+| Rust BnB| 1,000|495,910|
100
| C++ Core BnB| 1,000|816,374|
101
102
Note: The measurements where recorded using rustc 1.90 stable. Expect worse performance with MSRV.
0 commit comments