blackavec / for-while-benchmark

just a simple tool to benchmark if for(;;) is faster than while(true) in javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

for-while-benchmark

just a simple tool to benchmark if for(;;) is faster than while(true) in javascript

running

nvm i npm i npm run benchmark:time

About

just a simple tool to benchmark if for(;;) is faster than while(true) in javascript

License:MIT License


Languages

Language:JavaScript 100.0%