can i use mmap for a ~3gb binary file .....considering that my ram is low(512mb)
This is a discussion on mmap within the C++ Programming forums, part of the General Programming Boards category; can i use mmap for a ~3gb binary file .....considering that my ram is low(512mb)...
can i use mmap for a ~3gb binary file .....considering that my ram is low(512mb)
3 GIGS! Bloody hell what do you have in there?
MSDN <- Programmers Haven!
so you mean its not feasible for large files...
if do regular disk i/o....it becomes very slow.....
how can the process be made faster??