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

Future: compiler plugin to generate the type-safe property maps at compile time #3

Open
rocketraman opened this issue Feb 22, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@rocketraman
Copy link
Owner

The current version of the library is very reflection-heavy. This is relatively slow at runtime, and also limits use of it to the JVM.

Think about a future version of this library that implements PropertyMap's via compile-time code generation (probably via KSP and Poet), which would make them efficient at runtime and allow multi-platform use.

@rocketraman rocketraman added enhancement New feature or request help wanted Extra attention is needed labels Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant