Skip to content

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

@rocketraman

Description

@rocketraman

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions