spring-data-mongodb icon indicating copy to clipboard operation
spring-data-mongodb copied to clipboard

Remove assertions on hot code paths for methods considered internal API.

Open christophstrobl opened this issue 3 years ago • 0 comments

Asserting that eg. a property name must not be empty can be quite expensive if done frequently esp. within the mapping layer. Also remove assertions done multiple times for the same input.

christophstrobl avatar May 25 '22 09:05 christophstrobl