Open
Description
- when hash caching is introduced we could use it to make a first-pass of string comparison try to use it if it is set and do more fancy comparison only if hashes match
- When comparing the same string, but of different type (eg.
ASCIIStr
and_UCS2Str
- this is in general possible to get it) they compare using===
asfalse
. This is probably what we want (though normally identical strings compare astrue
under Julia 0.7 even if they have a different memory location), but I just want to make sure that this is intended.
Metadata
Metadata
Assignees
Labels
No labels