Skip to content

MVAUtils: Drop BDT tree caches to avoid unnecessary memory allocations

I don't think there is any compelling argument for caching BDT trees. This change should avoid some redundant memory allocations, such as:

malloc

which I bumped into while looking at the derivation production jobs.

cc: @gemmeren @jcatmore

Merge request reports