You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by GitBox <gi...@apache.org> on 2021/07/22 00:39:22 UTC

[GitHub] [gobblin] aplex commented on pull request #3335: [GOBBLIN-1492] Optimize flowspec keys on configToProperties

aplex commented on pull request #3335:
URL: https://github.com/apache/gobblin/pull/3335#issuecomment-884585921


   @Will-Lo , did you find that a lot of memory is consumed by duplicated strings created at this place?
   
   By the way, you can also check out string de-duplication feature of GC. It's benefit is that it will work on all strings automatically, but the downside is that it happens only after several collections and introduces overhead by itself.
   
   https://sauravomar01.medium.com/string-deduplication-of-g1-garbage-collector-in-java-8-cb8914a139f4


-- 
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: dev-unsubscribe@gobblin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org