https://github.com/shybyte/performance-aware-programming-js
Performance-Aware Programming in JavaScript/TypeScript (https://www.computerenhance.com/p/table-of-contents)
https://github.com/shybyte/performance-aware-programming-js
Last synced: 11 months ago
JSON representation
Performance-Aware Programming in JavaScript/TypeScript (https://www.computerenhance.com/p/table-of-contents)
- Host: GitHub
- URL: https://github.com/shybyte/performance-aware-programming-js
- Owner: shybyte
- License: mit
- Created: 2024-06-02T03:51:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-16T05:59:57.000Z (over 1 year ago)
- Last Synced: 2025-01-03T20:27:04.247Z (about 1 year ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# performance-aware-programming-js
Performance-Aware Programming in JavaScript/TypeScript (https://www.computerenhance.com/p/table-of-contents)
```
node --allow-natives-syntax --trace-turbo --no-turbo-inlining ${file};
```
## Turbolizer
Code: https://github.com/v8/v8/tree/master/tools/turbolizer
Online: https://v8.github.io/tools/head/turbolizer/index.html