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) | 122579.7 Ops/sec |
Using find (jQuery) | 77947.4 Ops/sec |
Search inside an Array of Strings (Vanilla JS) | 1837482.5 Ops/sec |
Search inside a HashMap of Strings (Vanilla JS) | 1909541.5 Ops/sec |