exekall._utils: Speedup FrozenOrderedSet.__hash__ and __eq__
Precompute the hash once and for all in __init__. Use the hash to speedup __eq__.
Loading
Please register or sign in to comment
Precompute the hash once and for all in __init__. Use the hash to speedup __eq__.