glathoud / flatorize

Generate fast implementations of mathematical expressions. Inclues a linear algebra library.

Home Page:http://glat.info/flatorize

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asm.js plugin

glathoud opened this issue · comments

background: we already have support for basic types in the C plugin. We could reuse this to generate asm.js code, and compare the performance:

  • with the original JS code.
  • with the corresponding C code.