falsandtru

Results 32 comments of falsandtru

@alexander-akait Can you add this issue to webpack 5 or 6 project board, or set a milestone?

@twada Could you support emojis?

:thinking: ``` Error: You must provide `username` and `accessKey` as options or set "SAUCE_USERNAME" and "SAUCE_ACCESS_KEY" in your environment variables. at runSauceLabs (/home/travis/build/primus/eventemitter3/node_modules/sauce-test/lib/run-sauce-labs.js:46:29) at runTestsAtLocation (/home/travis/build/primus/eventemitter3/node_modules/sauce-test/index.js:68:12) at publishCode.then.location (/home/travis/build/primus/eventemitter3/node_modules/sauce-test/index.js:140:12) at...

Global variable reference greatly degrades the runtime performance as follows. ``` [BAD 0.7%] Global variable reference x 3,803,038 ops/sec ±1.03% (57 runs sampled) [BAD 0%] Global variable reference x10 x...

That issue lists two causes but this PR doesn't use either. > The regressions seem to come from two types of code patterns: > > 1. Calling functions through Function.prototype.{call,...

Confirmed. Looks like it is difficult to improve the performance on browsers without decreasing the performance 1-2% on Node.js.