memory paging with D
Asked Answered
E

1

7

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?

Elute answered 29/6, 2009 at 8:40 Comment(1)
D echoed to the D newsgroup: digitalmars.com/webnews/…Disclamation
C
1

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.

Carmelinacarmelita answered 14/7, 2009 at 11:54 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.