Penguin

Differences between version 2 and previous revision of FirstFit.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Saturday, November 16, 2002 7:41:49 pm by PerryLorier Revert
Older page: version 1 Last edited on Saturday, November 16, 2002 7:35:47 pm by PerryLorier Revert
@@ -1,6 +1,6 @@
-FirstFit is finding the first available space that will fit the data, and using that. 
+FirstFit is finding the first available space that will fit the data, and using that. First fit is fast to allocate, and doesn't suffer from the pathalogical problems that BestFit and WorstFit suffer from
  
 Compare BestFit 
  
  
 Category: AllocationAlgorithm