[OT] Efficient file structure for very large lookup tables?

Ola Fosheim Grøstad" <ola.fosheim.grostad+dlang at gmail.com> Ola Fosheim Grøstad" <ola.fosheim.grostad+dlang at gmail.com>
Tue Dec 17 16:31:03 PST 2013


On Tuesday, 17 December 2013 at 23:35:40 UTC, H. S. Teoh wrote:
> to answer 100 queries; if 100 pages fit in RAM, I'd like most

On OS-X a page is 4K, so there are only 20 entries per page. If 
you can get hold of a disk that is  SSD (to avoid rotational 
latency) and use a buffer/queue while waiting then it you should 
be ok?


More information about the Digitalmars-d mailing list