Sample Benchmarks
- New: Python Benchmarks (using Pyodide)
- New: Async Tests
- New: Deferred Tests
- Clear the array
- Demo benchmark (example from benchmarkjs.com)
- Caching length property vs getting it each time in the loop
- jQuery by id vs Document.getElementById
- EcmaScript6 Int16Array vs regular JS array
- Which equals operator (== vs ===) is faster?