-
-
Notifications
You must be signed in to change notification settings - Fork 181
Closed
Labels
Description
After migrating one of our rest clients to kotlin data classes (with jackson and KotlinModule), we observe large reflection overheads. This almost doubles our allocation rate compared to the previous implementation.
Reflection cache is on with with 500.000 limit.
Similar issue:
#136