make a round of performance tuning
Open
@trusktr is already working on this.
Since May 31, 2020.
- Dominant language
- TypeScript
- Stars
- 10.1k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
There's things we can optimize, like preventing new variable creations, using typeof instead of instanceof, etc.
F.e. here's a test that shows instanceof being slower than typeof:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.