Closed cbespin closed 8 months ago
I think the memory usage can be improved by only checking if the Clusters node exists rather than loading the whole cluster table: This line could work with
Clusters
_ = root.Cluster
which also raises a tb.NoSuchNodeError as far as I know.
tb.NoSuchNodeError
I think the memory usage can be improved by only checking if the
Clusters
node exists rather than loading the whole cluster table: This line could work withwhich also raises a
tb.NoSuchNodeError
as far as I know.