in reply to slow file slurping
The time drag when you're using swap will depend somewhat on what you do with your big array after it's loaded. If you're still seeing a serious runtime delay after trying the ideas above, your choices are: (a) put more RAM on the machine (use a machine with more RAM), or (b) figure out how to do what needs to be done without having all that stuff in memory at one time (database? DB_File? -- depends on what you need to do.)
|
|---|