https://github.com/elmarti/quickmaths
Faster implementations of JavaScript Math functions
https://github.com/elmarti/quickmaths
Last synced: 3 months ago
JSON representation
Faster implementations of JavaScript Math functions
- Host: GitHub
- URL: https://github.com/elmarti/quickmaths
- Owner: elmarti
- License: mit
- Created: 2023-04-27T08:34:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T20:50:27.000Z (about 2 years ago)
- Last Synced: 2025-02-13T14:44:15.152Z (5 months ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.