issues
search
Pencroff
/
PerfJS
Compare performance different approaches in your browser
https://perfjs.pencroff.com
MIT License
4
stars
0
forks
source link
Required tests
#1
Open
Pencroff
opened
8 years ago
Pencroff
commented
8 years ago
Please add here tests that you would like to see on
perfjs.info
Pencroff
commented
8 years ago
[x] int to string
[x] string to int
[ ] indexOf vs array iteration
[ ] sorting 10, 100, 1000, 100000
[ ] data structures - hash table (object), array, linked list and etc. With basic operation add, delete, insert, search and etc.
[ ] queue and stack implementation
[ ] mutable and immutable data structures
[ ] populate array
[ ] reverse array
[ ] native search VS linear search VS binary search
[ ] Function parameters vs Arguments object
[ ] switch vs if else
[ ] Object.create() vs. constructor vs. object literal
Please add here tests that you would like to see on perfjs.info