Running `consensus_info()` with 36000 trees requires a vector of 36000 ClusterTables, which requires more memory than is available. Can we reduce the memory requirement of a ClusterTable? (Perhaps we need to operate on the heap rather than the stack?)
Running
consensus_info()with 36000 trees requires a vector of 36000 ClusterTables, which requires more memory than is available.Can we reduce the memory requirement of a ClusterTable?
(Perhaps we need to operate on the heap rather than the stack?)