jackson-databind icon indicating copy to clipboard operation
jackson-databind copied to clipboard

SerializerCache: remove synchronization when only _sharedMap is accessed with a read call

Open pjfanning opened this issue 3 months ago • 5 comments

  • there is a lot of synchronization in SerializerCache
  • most of it may be necessary on the update side but on the read side, we can remove some
  • we can follow up and replace the remaining synchronization later

pjfanning avatar Mar 28 '24 19:03 pjfanning