Penguin
Annotated edit history of FirstFit version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 PerryLorier 1 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.
2
3 Compare BestFit
4
5
6 Category: AllocationAlgorithm