Benchmark name | When Created |
---|---|
indexOf() vs test() vs === | 2 months ago |
indexOf() vs test() | 2 months ago |
removeChild() Loop (front to back vs back to front) | 2 months ago |
removeChild() Loop vs deleteContents() Range API Benchmark
This benchmark compares two JavaScript methods for removing DOM nodes between sibling elements. One method iteratively removes nodes using a loop and the removeChild() method, while the other leverages the DOM Range API by setting boundaries with setStartAfter() and setEndBefore(), then removing the nodes in one go with deleteContents(). Test cases include scenarios with 1, 5, 20, and 100 intermediate nodes to evaluate performance differences under various conditions. |
2 months ago |
testingqueries | 2 months ago |
Javascript: ocaleCompare vs === | 2 months ago |
asdasdasdasdasdasdasda | 2 months ago |
flat typed array vs 2d typed array | 2 months ago |
Fourjunctions Time Complexity
Benchmarking how much time is taken to execute multiple loops and single loops |
2 months ago |
Sorting small integers: Array vs various TypedArray types performance | 2 months ago |
Array vs Float64Array performance | 2 months ago |
Keys test | 2 months ago |
JS: Getter/Setter vs Direct Access Performance | 2 months ago |
grthyvar vs let vs constndj | 2 months ago |
global variable access | 2 months ago |
grthyvar vs let vs const | 2 months ago |
drawing pixels: putImageData vs fillRect v2 | 2 months ago |
drawing pixels: putImageData vs fillRect | 2 months ago |
PutImageData vs DrawImage v3
GetImageData with PutImageData vs just DrawImage |
2 months ago |
PutImageData vs DrawImage v2
GetImageData with PutImageData vs just DrawImage |
2 months ago |
isNaN vs Number.isNaN vs Self comparison | 2 months ago |
Clean up strategy test 2 | 2 months ago |
Clean up strategy test | 2 months ago |
Clean up strategy | 2 months ago |
Splti vs Trim vs replace className | 2 months ago |