klib icon indicating copy to clipboard operation
klib copied to clipboard

memory frag question

Open geemang2000 opened this issue 9 years ago • 0 comments

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?

geemang2000 avatar Sep 21 '15 12:09 geemang2000