toolisticon / avro-kotlin

Opionionated set of extension functions and helpers for using Apache Avro with Kotlin
https://avro-kotlin.toolisticon.io/stable/
Apache License 2.0
3 stars 0 forks source link

cache classes, serializers and schema for serialization #102

Closed jangalinski closed 1 month ago

jangalinski commented 1 month ago

During serialization, we have to do some lookups and reflections that are potentionally slowing us down, so we cache the results for fast access of de-facto static data.