Forget keeping track of whether a dictionary contains all interned
string keys. Just doing a pointer compare before the string compare (in fact before the hash compare!) is just as fast.
Showing
Please register or sign in to comment
string keys. Just doing a pointer compare before the string compare (in fact before the hash compare!) is just as fast.