You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/04/09 16:18:40 UTC

[GitHub] [accumulo] ivakegg commented on issue #1066: Speed up containKey calls by not always recomputing hashcodes

ivakegg commented on issue #1066: Speed up containKey calls by not always recomputing hashcodes
URL: https://github.com/apache/accumulo/pull/1066#issuecomment-481321170
 
 
   The basic problem here is that the underlying byte array can be modified outside of the  Key.  Unfortunately I think this is too dangerous to implement and will bite somebody down the road.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services