@@ -274,6 +274,7 @@ test()
274274| LPython | 0.048 | AMD Ryzen 5 2500U (Ubuntu 22.04) | 1.00 |
275275| Numba | 0.048 | AMD Ryzen 5 2500U (Ubuntu 22.04) | 1.00 |
276276
277+ <br />
277278<!-- TODO: Write a summary of the results -->
278279
279280** Pointwise multiplication of two 1-D arrays**
@@ -340,6 +341,7 @@ test()
340341| Numba | 0.21 | AMD Ryzen 5 2500U (Ubuntu 22.04) | 1.00 |
341342| LPython | 0.21 | AMD Ryzen 5 2500U (Ubuntu 22.04) | 1.00 |
342343
344+ <br />
343345<!-- TODO: Write a summary of the results -->
344346
345347** Insertion sort on lists**
@@ -422,6 +424,7 @@ test()
422424| LPython | 0.10 | AMD Ryzen 5 2500U (Ubuntu 22.04) | 1.00 |
423425| Numba | 0.36 | AMD Ryzen 5 2500U (Ubuntu 22.04) | 3.60 |
424426
427+ <br />
425428<!-- TODO: Write a summary of the results -->
426429
427430** Quadratic-time implementation of the Dijkstra shortest-path algorithm on a fully connected graph**
@@ -557,6 +560,7 @@ test()
557560| LPython | 0.87 | AMD Ryzen 5 2500U (Ubuntu 22.04) | 1.00 |
558561| Numba | 1.95 | AMD Ryzen 5 2500U (Ubuntu 22.04) | 2.24 |
559562
563+ <br />
560564<!-- TODO: Write a summary of the results -->
561565
562566### Ahead-of-Time (AoT) Compilation
@@ -716,6 +720,7 @@ Note the optimization flags furnished to each compiler.
716720| g++ | `-ffast-math -funroll-loops -O3`|
717721| Python | - |
718722
723+ <br/>
719724
720725<!-- TODO: Write a summary of the results -->
721726
@@ -829,6 +834,7 @@ Note the optimization flags furnished to each compiler.
829834| g++ | `-ffast-math -funroll-loops -O3`|
830835| Python | - |
831836
837+ <br/>
832838<!-- TODO: Write a summary of the results -->
833839
834840### Interoperability with CPython
0 commit comments