You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ndushay
changed the title
reduce memory usage for ObjectValidator.validate
consider reduce memory usage for ObjectValidator.validate if performance is still a concern.
Jun 27, 2022
ndushay
changed the title
consider reduce memory usage for ObjectValidator.validate if performance is still a concern.
consider reducing memory usage for ObjectValidator.validate if performance is still a concern.
Jun 27, 2022
ndushay
changed the title
consider reducing memory usage for ObjectValidator.validate if performance is still a concern.
consider reducing memory usage for ObjectValidator.validate if performance is still a concern
Jun 27, 2022
Performance analysis for discovery reports indicates that
ObjectValidator.validate
uses a lot of memory. See issue #908It's possible this work will be less important after #961 is solved.
See also #864, which essentially says "this method needs a refactor anyway"
Can this method be rewritten to reduce the memory footprint?
Approach suggested:
As with #961, the likely culprits would be:
The text was updated successfully, but these errors were encountered: