An open API service indexing awesome lists of open source software.

https://github.com/joshwrn/wasm-app


https://github.com/joshwrn/wasm-app

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Tests the speed difference between rust & javascript.

In rust we loop through an array 1 billion times before updating mouse position. In Javascript we do the same thing except we only loop through an array of 10 million.

You can easily see the difference when switching between the two.

demo: https://wasm-app.vercel.app/