| Test case name | Result |
|---|---|
| jQuery - find ~ cached. | |
| jQuery - find ~ without cache. | |
| native - global | |
| native - cached. | |
| jQuery - using context. | |
| jQuery - using data attributes. | |
| jQuery init after using native DOM |
| Test name | Executions per second |
|---|---|
| jQuery - find ~ cached. | 1564849.9 Ops/sec |
| jQuery - find ~ without cache. | 1434934.8 Ops/sec |
| native - global | 25943236.0 Ops/sec |
| native - cached. | 25822830.0 Ops/sec |
| jQuery - using context. | 1126284.2 Ops/sec |
| jQuery - using data attributes. | 688066.8 Ops/sec |
| jQuery init after using native DOM | 1348433.2 Ops/sec |