Created
December 16, 2021 07:50
-
-
Save skwee357/f590cde673a425c75899a1f015e9008b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+---------------------+----------------+----------------+----------------+----------------+ | |
| Runtime | 30th Fibonacci | 44th Fibonacci | 45th Fibonacci | 46th Fibonacci | | |
+---------------------+----------------+----------------+----------------+----------------+ | |
| JavaScript (NodeJS) | 165.2ms | 5.846s | 9.358s | 15.038s | | |
| Native Rust | 161.5ms | 2.271s | 3.578s | 5.721s | | |
| Rust WASM | 163ms | 3.286s | 5.207s | 8.317s | | |
+---------------------+----------------+----------------+----------------+----------------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A gist to complement my blog post