Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose size and memory used of a table
At the moment, the only way to do that via the API is to retrieve all the entries and then call `length/1` or count the memory usage manually. This should help speed things up when tables are particularly large.
- Loading branch information