freecache icon indicating copy to clipboard operation
freecache copied to clipboard

What about mmap?

Open linkerlin opened this issue 8 years ago • 2 comments
trafficstars

Using mmap as a backend for saving data to disk may be a good choice.

linkerlin avatar Dec 28 '16 11:12 linkerlin

I think that would be much more complicated and slow, then why not just use an on-disk storage engine instead?

coocood avatar Dec 28 '16 12:12 coocood

I'd rather use anonymous mmap, so there is no need in calling SetGCPercent.

funny-falcon avatar Jan 21 '18 17:01 funny-falcon