klib
klib copied to clipboard
memory frag question
Thanks for creating and maintain this lib. My plan is to use khash to act as a cache in a long lived server process. Over time my program will add / replace cache entries to a pretty well know MAX number of entries.
Should I be using a strategy to pre-alloc memory? Or is this something I need to be concerned with?