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

Implement compile-time caching for Scala 3 #350

Open
neko-kai opened this issue Dec 4, 2022 · 0 comments
Open

Implement compile-time caching for Scala 3 #350

neko-kai opened this issue Dec 4, 2022 · 0 comments

Comments

@neko-kai
Copy link
Member

neko-kai commented Dec 4, 2022

We use caching to speed up LightTypeTag creation on Scala 2, we might want to port this technique to Scala 3 implementation also.

We can also Scala 2 improve Scala 2 caching, e.g. right now we cache individual AbstractReference's, but we don't cache basesDb or InheritanceDb (or we could cache the entire serialized LTT instead)

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

No branches or pull requests

1 participant