79772106

Date: 2025-09-22 23:04:16
Score: 1
Natty:
Report link

In my own opinion, I ran into a performance  bottleneck with H2o recently, here is my findings.

Basically, h2o.remove, is not just a quick python memory cleanup. This process kiks off a full on garbage collection process in the H2O backend which is running Java. This can suprisingly be slow, especially if you are doing it repeatedly.

few things that works better during internal cleanup are

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user30818063