bittnkr
bittnkr
Take a look on hello.js and and hello.html in the root of the project. (try `node hello.js`) The function `$processor.calc()` returns an object with information about the body passed as...
Thanks for your considerations, I ran your tests, and at first sight, I feel that the main reason because you found almost no difference uniQ and postMessage, is that you...
Today I made a new benchmark (look at js/inbrowser) Got the following results: ``` sending 100,000 messages through postMessage time: 3254 ms sending 100,000 messages through Q.push() time: 1253 ms...