https://github.com/jayllyz/benchmark-javascript
Benchmarks js
https://github.com/jayllyz/benchmark-javascript
benchmark performance typescript
Last synced: 6 months ago
JSON representation
Benchmarks js
- Host: GitHub
- URL: https://github.com/jayllyz/benchmark-javascript
- Owner: Jayllyz
- Created: 2024-06-20T08:17:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T21:07:41.000Z (7 months ago)
- Last Synced: 2025-04-09T16:21:22.816Z (6 months ago)
- Topics: benchmark, performance, typescript
- Language: TypeScript
- Homepage:
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Benchmark Javascript
This repository contains benchmarks for various Javascript operations and constructs.
I want to use this repository as a reference for (mostly) myself and others to understand the performance implications of different Javascript operations and constructs.If you are interested about performance in Javascript, here are some other resources that you might find interesting:
- [yagiz blog](https://www.yagiz.co/) Yagiz Nizipli, creator of the performance team at Node.js.
- [lemire blog](https://lemire.me/blog/tag/javascript/) Daniel Lemire another awesome developer focused on performance.
- [High Performance Browser Networking](https://hpbn.co/) This book is a must-read for anyone interested in web performance.
- [Twitter communities](https://x.com/i/communities/1808971770751504458) Twitter (X) communities about Node.js performance.## How to run the benchmarks
```bash
git clone [this-repo]
cd [this-repo]pnpm install
pnpm run bench
```## Contributing
If you have a benchmark that you would like to add, please open a PR!