I'm using D/Tango for catalog indexing, is there any library to aid with memory (RAM) paging for a dictionary which is in memory and can go up to 10gb while performing indexing?
+1
A:
What kind of aid do you need?
If you simply allocate the memory, operating system will take care of paging automatically.
If you want on-disk structure, then use memory mapped file.
porneL
2009-07-14 11:54:50