While trying to understand what's causing the difference in performance of SimpleValidation#testSimpleBeanValidation with and without cache from HV-1444 I've done some profiling with VisualVm. Here's a result with the current hash method: !old_hash_impl.png|thumbnail! So it looks like 77% of time is spent there crating creating the hash for CV. Additional information will be added into PR. |
|