Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Testing if a single .reduce is faster than a .filter-map-filter chain

License

Notifications You must be signed in to change notification settings

himynameisdave/reduce-perf-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

reduce-perf-test

I wanted to test if a single .reduce is faster than a longer .filter-map-filter chain.

Run it yourself

I'm assuming you have Node installed on your system. Clone the repo then run test.js like so:

cd reduce-perf-test && node test.js

You will then see the results in the console.

About

Testing if a single .reduce is faster than a .filter-map-filter chain

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages