Skip to content

Commit 12abf3d

Browse files
committed
corrected formatting
1 parent ff5b660 commit 12abf3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,9 @@ Second, you might also notice that this implementation is totally heapless: we p
300300
The results:
301301

302302
Polynomial.roots: 15.80 microseconds/call 1.0x
303+
303304
Python (Analytical): 1.77 microseconds/call 8.92x
305+
304306
Rust-Python (Analytical): 0.37 microseconds/call 46.47x
305307

306308
On some quick-and-dirty benchmarks, our analytical implementation improved almost 9x over Polynomial.roots(), and our Rust implementation was nearly 7x faster *again* on top of that, nearly 50x faster than the original.

0 commit comments

Comments
 (0)