Closed alexanderpann closed 2 months ago
@danielratiu can you please comment on 733c56b? Running the garbage collector for every check is way too slow, not reliable and not recommended. See: https://www.baeldung.com/java-system-gc Are you okay with the change?
Based on the discussion with @sergej-koscejev, I reverted the change in 733c56b and now only skip the evaluation (references are still evaluated). While I still think that the approach is not very good, it is still better than nothing.