v8 is too slow for my purpose

Posted by Scott on Stack Overflow See other posts from Stack Overflow or by Scott
Published on 2010-06-06T17:17:39Z Indexed on 2010/06/06 17:22 UTC
Read the original article Hit count: 313

Filed under:
|
|
|

I'm working on a music visualization plugin for libvisual. It's an AVS clone -- AVS being from Winamp. Right now I have a superscope plugin. This element has 4 scripts, and "point" is run at every pixel. You can imagine that it has to be rather fast. The original libvisual avs clone had a JIT compiler that was really fast, but it had some bugs and wasn't fully implemented, so I decided to try v8. Well, v8 is too slow running the compiled script at every pixel. Is there any other script engine that would be pretty fast for this purpose?

© Stack Overflow or respective owner

Related posts about script

Related posts about jit