Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elmarti/quickmaths

Faster implementations of JavaScript Math functions
https://github.com/elmarti/quickmaths

Last synced: 5 days ago
JSON representation

Faster implementations of JavaScript Math functions

Awesome Lists containing this project

README

        

# QuickMaths

An attempt at building a fast mathematical computation library using WASM.

## Lesson Learned

Wasm is expensive to call and suffers under load. I'd love to find a way around this.

I've committed this code as a cautionary tale.

`dist` is also committed to get a full snapshot of the experiment.