avro4k icon indicating copy to clipboard operation
avro4k copied to clipboard

Cache Schemas for classes

Open thake opened this issue 2 years ago • 1 comments

Add caching for the deducted Avro schemas to the library itself. The implementation of the cache must be thread-safe. A possible JVM-dependent way would be to use ClassValue as it is implemented in Avro's ClassValueCache.

Preferrable, the implementation should not depend on JVM specifics so that making this library multiplatform in the future is easier.

thake avatar Aug 29 '23 10:08 thake

Done in #190

Chuckame avatar Apr 22 '24 23:04 Chuckame

Released in v2.0.0

Chuckame avatar Jul 17 '24 08:07 Chuckame