Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add interner based on Caffeine cache #1275

Merged
merged 1 commit into from
Mar 13, 2021

Conversation

brharrington
Copy link
Contributor

This can have less overhead than using the built in string
interner, though it does not guarantee that the values will
be deduped. For the most common use-case of reducing memory
overhead by avoiding duplicate values in the heap it should
be fine.

This can have less overhead than using the built in string
interner, though it does not guarantee that the values will
be deduped. For the most common use-case of reducing memory
overhead by avoiding duplicate values in the heap it should
be fine.
@brharrington brharrington added this to the 1.7.0 milestone Mar 13, 2021
@brharrington brharrington requested a review from jfz March 13, 2021 00:43
@brharrington brharrington merged commit 00b3fd7 into Netflix:master Mar 13, 2021
@brharrington brharrington deleted the intern-cache branch March 13, 2021 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants