Evaluate MoreObjects.ToStringHelper add/addValue Overloading Performance #23
Labels
question
Further information is requested
release scope: micro
Changes required for the issue are appropriate for a semantically "micro" release
In Guava's ToStringHelper, the
add
andaddValue
methods were overloaded for primitives, in what appeared to be an attempt to to avoid auto-boxing for performance reasons.In Alloy as of 0.1.0, we instead chose to only have the Object versions of the methods (initially) to avoid API bloat - we should evaluate how much of a performance difference the overloading provides, to determine if its worth adding into Alloy's version of the utilities
The text was updated successfully, but these errors were encountered: