cassowary.js icon indicating copy to clipboard operation
cassowary.js copied to clipboard

Use asm.js for ROFLPERFS

Open subtleGradient opened this issue 12 years ago • 2 comments

http://asmjs.org/spec/latest/

subtleGradient avatar Apr 18 '13 22:04 subtleGradient

It may be possible to rework the core of the solver to use asm.js, but interacting with it sanely looks like it'll always be an FFI.

I wonder if we wouldn't be better off re-writing the C++ version to use modern C++11 style and then emscripten that down to asm.js to see if we can't get the perf that way.

slightlyoff avatar Apr 19 '13 16:04 slightlyoff

:+1:

subtleGradient avatar Apr 19 '13 22:04 subtleGradient