On Mon, Dec 04, 2017 at 03:28:08PM -0500, Mark Blackford wrote:
So, it sounds like from what you describe, I will set my hash size to be a few times larger than my forecasted profile size to keep matching operations to a minimal. And since dialogs timeout anyway if they are not cleared by a proper BYE, a memory leak of uncleared dialogs is highly unlikely.
Yep. Just follow the same sizing practices that you would with any hash table generically in software work.