tatu-at-datastax opened a new pull request, #1988:
URL: https://github.com/apache/cassandra-java-driver/pull/1988

   So: while this may seem trivial, profiling showed significant `Object[]` 
allocations here (since `Object.hashCode(Object... args)` takes varargs which 
gets converted into `Object[]`) so figured out it's worth improving upon.
   Should produce same hash code (although should not greatly matter).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to