Operating system experiment 3 - Implementation of request page storage management simulation program

Operating system experiment 3 - Implementation of request page storage management simulation program Experimental description Experiment content: Write a request page storage management program to simulate the memory allocation and page replacement under the request page storage management mode. Purpose of the experiment: Memory manage ...

Posted by prakash on Sat, 29 Jan 2022 17:09:48 +0100

web technology sharing | LRU cache elimination algorithm

Before we know about LRU, we should know about cache. We all know that the computer has cache memory and can temporarily store the most commonly used data. When the cache data exceeds a certain size, the system will recycle it to free up space to cache new data, but the cost of retrieving data from the system is relatively high. Cache requireme ...

Posted by thebutler on Tue, 23 Nov 2021 12:18:27 +0100