nemo icon indicating copy to clipboard operation
nemo copied to clipboard

Calculate Memory Footprint of the Dictionary

Open aannleax opened this issue 1 year ago • 0 comments

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.

aannleax avatar Aug 10 '23 11:08 aannleax