Wednesday, October 12, 2005

How to estimate memory usage for a large hash?

I had a conversation recently about how to estimate the size of storage for hash keys when processing a huge data set.

Let's say you are gonna process 100,000,000 name/value pairs and you want to estimate how much memory is needed to store the list of unique names - is there a current "best practice" for this?

No comments: