Skip to content

Instantly share code, notes, and snippets.

@skwee357
Created December 16, 2021 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skwee357/f590cde673a425c75899a1f015e9008b to your computer and use it in GitHub Desktop.
Save skwee357/f590cde673a425c75899a1f015e9008b to your computer and use it in GitHub Desktop.
+---------------------+----------------+----------------+----------------+----------------+
| 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 |
+---------------------+----------------+----------------+----------------+----------------+
@skwee357
Copy link
Author

A gist to complement my blog post

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment