- Partial matching, for traversing the filesystem easily _and_ efficiently.
- Roughly 2x faster single-glob matching, and 4x faster multi-glob matching (it's dependent on the specific globs though).
- Now roughly ~10x faster than minimatch.
github.com/fabiospampin...
- Partial matching, for traversing the filesystem easily _and_ efficiently.
- Roughly 2x faster single-glob matching, and 4x faster multi-glob matching (it's dependent on the specific globs though).
- Now roughly ~10x faster than minimatch.
github.com/fabiospampin...
Did Chrome hire people trying to make things slower or something?
Did Chrome hire people trying to make things slower or something?
Download webfonts: 1912ms
JS execution: 34ms
DOM reflows: 1109ms
Ad loading: 2019ms
Someone who can write a JS-to-native transpiler please help, my webpage performance is dying
Download webfonts: 1912ms
JS execution: 34ms
DOM reflows: 1109ms
Ad loading: 2019ms
Someone who can write a JS-to-native transpiler please help, my webpage performance is dying
By far the biggest structural performance issue on the web is how rendering works, imo. What are we doing about that?
By far the biggest structural performance issue on the web is how rendering works, imo. What are we doing about that?
I'd like to add support for executing my tests ~anywhere to my test runner, but I don't want a github-style CI thing, I just want an extra --flag and my existing workflows.
I'd like to add support for executing my tests ~anywhere to my test runner, but I don't want a github-style CI thing, I just want an extra --flag and my existing workflows.
Somewhat useful for benchmarking parser generators, or perhaps JS itself, or different engines, or if you like really ugly code?
github.com/fabiospampin...
Somewhat useful for benchmarking parser generators, or perhaps JS itself, or different engines, or if you like really ugly code?
github.com/fabiospampin...
```ts
let {toString} = Function.prototype;
let isNullaryFunction = typeof fn === 'function' && fn.length === 0 && toString. call(fn).startsWith('() =>');
```
```ts
let {toString} = Function.prototype;
let isNullaryFunction = typeof fn === 'function' && fn.length === 0 && toString. call(fn).startsWith('() =>');
```