An open API service indexing awesome lists of open source software.

https://github.com/sefatanam/tstricks

Exploring unpopular staffs of TS & JS things.
https://github.com/sefatanam/tstricks

benchmark functional-programming javascript typescript

Last synced: 7 months ago
JSON representation

Exploring unpopular staffs of TS & JS things.

Awesome Lists containing this project

README

          

# Typescript Tricks

### How to run benchmark
- npm install
- For running file separately `node FILE_NAME` to run benchmark, yeah that's simple
- For running all benchmark `npm run benchmark`

Repository feature
- [Benchmark functions performance](Benchmark)
- [Reduce vs ForEach to calculate sum from array of objects](Benchmark/topics/reduce-foreach.js)
- [Access last element from array](Benchmark/topics/array-last-element.js)
- [Find vs Filter](Benchmark/topics/find-filter.js)