memuse icon indicating copy to clipboard operation
memuse copied to clipboard

Add impls for BTreeMap and BTreeSet

Open str4d opened this issue 2 years ago • 0 comments

We can't determine the number of nodes in the B-tree from the public API, so we estimate the memory usage as the midpoint between the lower and upper bounds.

str4d avatar Sep 04 '21 04:09 str4d