You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by GitBox <gi...@apache.org> on 2021/03/03 21:01:12 UTC

[GitHub] [tez] belugabehr edited a comment on pull request #95: TEZ-4275: Use Google Guava Intern Facility

belugabehr edited a comment on pull request #95:
URL: https://github.com/apache/tez/pull/95#issuecomment-790051560


   Results match my expectations.  If nothing else, Guava uses a `Map` with the cached value (as key) and a dummy singleton value. Current implementation uses a `Map` with the cached value (as key) and a `new` value.  That'll save some memory.


----------------------------------------------------------------
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