Benedikt Meurer
Benedikt Meurer
Similar to https://github.com/webpack-contrib/raw-loader/pull/36 we can use jsesc here to deal with special characters in general.
This speeds up the create test by about **25-30%** by avoiding the call to `util.assign()` in the `createDocument()` function. Instead of that `Document#document` is now an accessor on the prototype,...
I've already started a related discussions on Twitter earlier [here](https://twitter.com/bmeurer/status/941995802435686400), but Twitter doesn't scale for this kind of discussion, so I thought I should move it here, so it's easier...
As brought up in https://github.com/v8/web-tooling-benchmark/pull/33 we don't currently have a place for benchmarks regarding Node libraries/tools, for example `@std/esm`. cc @mathiasbynens @jdalton
Specifically we're interested in the difference between regular runs with these workloads and runs where we have `async_hooks` enabled (see #181 for background).
The V8 team is looking to close the gap on ES.next vs ES5 performance, i.e. make ES2015 and beyond features as fast as their (naive) counterparts in ES5. There's a...
According to the official documentation[1], it's bad practice to change the URL of the service worker. Also there's not really a point in having time stamped URLs for the sw-register.js...
# 🚀 feature request ### Relevant Package This feature request is for @angular/universal and @angular/core. ### Description It seems that quite a significant amount of time is spent in setting...
Following up on comments in https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2876969 here's a proof-of-concept to reduce the performance overhead of using static.ts The major issue that seems to stand out still is the tests for...
### Feature Use Case Chrome DevTools introduced[^1] support for a new `x_google_ignoreList` source map extension[^2] last year, which allows to libraries / frameworks to have their code automatically ignore-listed in...