David Megginson wrote:

> Curtis L. Olson writes:
> 
>  > This can significantly increase load times ... which is a hassle if
>  > you are doing a lot of compile/run testing ...
> 
> I just wrote a short ANSI C++ test program to read the airport
> database from the text file into an in-memory hash table.  The basic


Do you have any idea if the mmap() function is available on all 
platforms? This is basically like a one shot read of the airports file 
into memory (but instead leaving it on the drive). It would be easy to 
search the memory location then.

Erik





_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to