search for: herusitic

Displaying 1 result from an estimated 1 matches for "herusitic".

Did you mean: heristic
1999 Mar 31
1
GC, Disk Storage, etc
...m thinking about a cross between the current R and S object storage ideas.) It should be possible to set up an object access system that loads objects on demand, and saves them out to disk when not used using a LRU strategy. The save to disk could be part of the garbage collection strategy. Some herusitic like, if we run out of memory, throw all the ojbects we've not used for XXX period of time out to disk. If there are no such objects, try to increase our available memory. If that fails, throw things out from least recently used forward. If we can't manage to satisfy the request using e...