Consider caching the hashcode for ListElementImpl
and SexpElementImpl
#90
Labels
enhancement
New feature or request
ListElementImpl
and SexpElementImpl
#90
Hash codes can be a quick way to check in an
equals()
implementation to see whether a deep comparison is required.We already cache the hashcode for
StructElementImpl
. Why not do it forListElementImpl
andSexpElementImpl
?The text was updated successfully, but these errors were encountered: