A repository for testing different performance metrics in Javascript. Has the goal of clearly demonstrating how JavaScript will perform during certain operations.
Array Method Performance Testing Includes:
- push
- shift
- slice
Utils for generating large objects for testing Includes:
- generateRandomArr
- generateRandomObject
- checkPerformance
- readEveryIndex
- randomStringFromArr
- randomStringFromConcat
- genRandomArrChar
- getRandomChar