sulhome / benchmark-different-approaches-when-using-foreach-in-javascript

compare the performance of running foreach in 5 different ways. Namely ES6, tail recursion (without a callback), tail recursion (with a callback), underscore and lodash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

compare the performance of running foreach in 5 different ways. Namely ES6, tail recursion (without a callback), tail recursion (with a callback), underscore and lodash

License:MIT License


Languages

Language:TypeScript 100.0%