Hello,
I need to allocate and fill about 10 big memories areas (several Gb) at the startup of my program.
The data will never be modified or freed after during the program lifetime, and will be *only read* an other processes.
What allocation algorithm should I take from the ones provided by the library ?
Should I create a new one, more efficient (no reallocations, no race conditions...) ?
Thanks.
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users