kotlinx-benchmark
kotlinx-benchmark copied to clipboard
Annotation-less usage
trafficstars
Hello! I would like to use this library as part of a DSL that I own, to be able to declare benchmarks dynamically.
However, the project currently requires declaring benchmarks with annotations.
Would it be possible to declare the function/functions in the runtime that are the equivalent of each annotation, such that it would be possible to use the algorithms etc of this library in real code, without needing compiled annotations?