thanx!
i wanna write a cache library and come up with 2 different techniques to allocate cache memory
1) use calloc & free for each node
2) create a subpool in pconf for each node
which will be better from performance point of view?

Reply via email to