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.
- Host: GitHub
- URL: https://github.com/sefatanam/tstricks
- Owner: sefatanam
- License: mit
- Created: 2022-12-11T05:46:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T19:02:20.000Z (over 2 years ago)
- Last Synced: 2024-12-24T07:30:28.075Z (11 months ago)
- Topics: benchmark, functional-programming, javascript, typescript
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)