|
|
|
|
|
by earljwagner
3632 days ago
|
|
As another data point, ITA software took steps to avoided gc-ing:
"Because we have about 2 gigs of static data we need rapid access to, we use C++ code to memory-map huge files containing pointerless C structs (of flights, fares, etc), and then access these from Common Lisp using foreign data accesses"
http://www.paulgraham.com/carl.html |
|