kpropmap icon indicating copy to clipboard operation
kpropmap copied to clipboard

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

Open rocketraman opened this issue 3 years ago • 0 comments

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 avatar Feb 22 '22 15:02 rocketraman