/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

Primary LanguageTypeScriptMIT LicenseMIT