User-agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Test Description | Runs | Results (ms) | |||
---|---|---|---|---|---|
Average | Std Dev | Minimum | Maximum | ||
Add then remove elements from set | 3 | 46 | 1 | 45 | 47 |
Add then remove elements from string set | 3 | 13 | 3 | 11 | 16 |
Membership check for each element of set | 3 | 37 | 1 | 36 | 38 |
Membership check for each element of string set with contains | 3 | 5 | 0 | 5 | 5 |
Membership check for each element of string set with containsArray | 3 | 5 | 0 | 5 | 5 |
Membership check for each element of string set without escaping | 3 | 3 | 0 | 3 | 3 |
Create string set from number array without repetition | 3 | 6 | 0 | 6 | 6 |
Create string set from string array without repetition | 3 | 5 | 2 | 4 | 7 |
Add elements to set with repetition | 3 | 20 | 3 | 18 | 23 |
Add elements to string set with repetition | 3 | 7 | 6 | 3 | 14 |