Optimize string comparisons
Use their hashes, if initialized, to short-circuit the "not-eq" path. Should speed up comparisons of interned strings.
Showing
Please register or sign in to comment
Use their hashes, if initialized, to short-circuit the "not-eq" path. Should speed up comparisons of interned strings.