Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elmarti/quickmaths
- Owner: elmarti
- License: mit
- Created: 2023-04-27T08:34:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-27T20:50:27.000Z (over 1 year ago)
- Last Synced: 2024-11-02T20:42:10.738Z (about 2 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.