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

Swapped out static tag approach with ClassValue cache #4266

Open
wants to merge 1 commit into
base: series/3.6.x
Choose a base branch
from

Conversation

djspiewak
Copy link
Member

@djspiewak djspiewak commented Feb 5, 2025

All credit goes to @xuwei-k here. I even cribbed his code more or less directly. I haven't yet run the full set of benchmarks so hold off on merging.

Fixes #4260

@djspiewak djspiewak changed the title Swapped out static tag approach with ClassValue cache (ht @xuwei-k) Swapped out static tag approach with ClassValue cache Feb 5, 2025
@armanbilge armanbilge linked an issue Feb 5, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use java.lang.ClassValue instead of IO.tag
1 participant