Consider adding a StructElement
implementation that is optimized for simple cases
#89
Labels
enhancement
New feature or request
StructElementImpl
must consider the possibility of multiple fields with the same name. However, we could create a specialized variant for the (common) case of having no duplicate field names. By assuming that there are no duplicate field names, we can make optimizations that will reduce the memory footprint of the struct and the computation needed for operations such asequals()
.The text was updated successfully, but these errors were encountered: