You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the dictionary can consume quite a lot of memory it would be nice if it was visible in the output introduced by #338.
This would involve implementing the ByteSized trait for the dictionary and adding a new subblock to the MemoryUsage object created in the memory_usage function of the TableManager.
The text was updated successfully, but these errors were encountered:
Since the dictionary can consume quite a lot of memory it would be nice if it was visible in the output introduced by #338.
This would involve implementing the
ByteSized
trait for the dictionary and adding a new subblock to theMemoryUsage
object created in thememory_usage
function of theTableManager
.The text was updated successfully, but these errors were encountered: