CasperLabs / datasize-rs

Heap memory usage estimation
Other
16 stars 13 forks source link

Better heap size estimate for HashMap and HashSet #10

Closed SimonSapin closed 1 year ago

SimonSapin commented 1 year ago

The previous estimate was based on the previous implementation of HashMap and HashSet in the standard library. Now the standard library uses the hashbrown crate, which has different internals: