Skip to content

danymarques/AngularConnect-2019

 
 

Repository files navigation

For loops benchmark inspired on Misko Hevery talk @ AngularConnect 2019

Original Slides for How we make Angular fast.

Install dependencies

npm install

Compile it

npm run watch

forLoops0.js

Demonstrates a simple benchmark.

node ./dist/forLoops0.js

forLoops1.js

Demonstrates inlining.

node ./dist/forLoops1.js 100000
./node_modules/.bin/deoptigate ./dist/forLoops1.js 10000000

forLoops2.js

Demonstrates stable numbers.

node ./dist/forLoops2.js

About

AngularConnect-2019

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 100.0%