| Test case name | Result |
|---|---|
| Using each (jQuery) | |
| Using find (jQuery) | |
| Search inside an Array of Strings (Vanilla JS) | |
| Search inside a HashMap of Strings (Vanilla JS) |
| Test name | Executions per second |
|---|---|
| Using each (jQuery) | 113594.3 Ops/sec |
| Using find (jQuery) | 59876.5 Ops/sec |
| Search inside an Array of Strings (Vanilla JS) | 3337428.5 Ops/sec |
| Search inside a HashMap of Strings (Vanilla JS) | 4918308.5 Ops/sec |