Sushi
The Fastest Matrix Library for JavaScript
Sushi is being developed to be the fastest matrix library for JavaScript, which is named after one of the fastest characters in the movie Matrix.
Technical Features
Use of Typed Array
Faster than other matrix libraries which uses javascript array.
Support of WebCL
You can use WebCL and get at most 30 times faster calculation speed.
Three implementations
are supported.
How to Try
node.js
$ cd test
$ node main
If you want to use WebCL, install node-webcl and set the path in sushi_cl.js
browsers
open test/main.html with your browser. Chromium-WebCL supports WebCL without any plugins. Firefox requires Nokia WebCL ( http://webcl.nokiaresearch.com/ ) to use WebCL with it.
Please Contribute the Fastest Matrix Library
Contact me miura@mi.t.u-tokyo.ac.jp
Authors and Contributors