-
Notifications
You must be signed in to change notification settings - Fork 0
Vcb free block counter #6
Comments
Update: At a minimum, if we did have enough space, so M <= N, we have 2 * M disk accesses. Let's consider the possible scenarios and how our current implementation (CI) vs. the free block counter implementation (FBI) would fare. We only consider the functions that would add free blocks or delete them.
For all of these optimizations we need weight the level effort it will require and how much effort we can dedicate. Make the better optimizations first. Of course before making any of these optimization we should first ensure our solution is correct (i.e. we should write more malicious test cases). |
vcb will know how many free blocks it has
The text was updated successfully, but these errors were encountered: