Benchmark name | When Created |
---|---|
InAndOutScope | 8 years ago |
wyygoUfhcrzEqJb8aQVZyF2PFTky4fDV | 8 years ago |
aoA6ApW486QVzbnDH8DbTzRJQgUzwPmq | 8 years ago |
if ...// if compressed | 8 years ago |
Linked List Queue vs Double Array Queue
Testing a linked list queue vs a double list queue for different performance scenarios. |
8 years ago |
single v double array queue | 8 years ago |
removeclass vs hide | 8 years ago |
addclass vs show | 8 years ago |
PwD84cTUCbiv4QqfvngndfD7u8sXdFuW-2 | 8 years ago |
Object.assign vs prototype | 8 years ago |
Object.assign vs prototype | 8 years ago |
Object.assign vs prototype | 8 years ago |
PwD84cTUCbiv4QqfvngndfD7u8sXdFuW | 8 years ago |
Testing JS Performance of deleting a large map.
In FF if the object being iterated over is large enough it will trigger an expensive cycle collection with Test #1. Test #2 runs approximately 100 times faster on FF. The difference is marginal in Chrome. To see the difference in timing, I recommend loading up the debugger console to see exactly how many ms each run takes. |
8 years ago |
Filter objects in array by attribute
Testing the cheapest pattern for filtering an array of objects based on attribute. |
8 years ago |
sha1asm | 8 years ago |
bytesToHex | 8 years ago |
Find object in array by attribute
Testing the cheapest pattern for finding an object in a collection of objects based on attribute. |
8 years ago |
bytesToHex | 8 years ago |
bytesToHex | 8 years ago |
Compare GCD | 8 years ago |
For vs indexof | 8 years ago |
String Concat vs JSON.stringify
String Concat vs JSON.stringify |
8 years ago |
continuous array vs sparse array | 8 years ago |
Find prime gaps - with or without intermediate var | 8 years ago |