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?

link|improve this question

62% accept rate
1  
D echoed to the D newsgroup: digitalmars.com/webnews/… – BCS Jun 30 '09 at 5:37
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.