en.unionpedia.org

Least frequently used, the Glossary

Index Least frequently used

Least Frequently Used (LFU) is a type of cache algorithm used to manage memory within a computer.[1]

Table of Contents

  1. 5 relations: Cache (computing), Cache replacement policies, Memory paging, Page (computer memory), Reference (computer science).

  2. Memory management algorithms
  3. Online algorithms
  4. Virtual memory

Cache (computing)

In computing, a cache is a hardware or software component that stores data so that future requests for that data can be served faster; the data stored in a cache might be the result of an earlier computation or a copy of data stored elsewhere.

See Least frequently used and Cache (computing)

Cache replacement policies

In computing, cache replacement policies (also known as cache replacement algorithms or cache algorithms) are optimizing instructions or algorithms which a computer program or hardware-maintained structure can utilize to manage a cache of information. Least frequently used and cache replacement policies are memory management algorithms.

See Least frequently used and Cache replacement policies

Memory paging

In computer operating systems, memory paging (or swapping on some Unix-like systems) is a memory management scheme by which a computer stores and retrieves data from secondary storage for use in main memory. Least frequently used and memory paging are virtual memory.

See Least frequently used and Memory paging

Page (computer memory)

A page, memory page, or virtual page is a fixed-length contiguous block of virtual memory, described by a single entry in a page table. Least frequently used and page (computer memory) are virtual memory.

See Least frequently used and Page (computer memory)

Reference (computer science)

In computer programming, a reference is a value that enables a program to indirectly access a particular datum, such as a variable's value or a record, in the computer's memory or in some other storage device.

See Least frequently used and Reference (computer science)

See also

Memory management algorithms

Online algorithms

Virtual memory

References

[1] https://en.wikipedia.org/wiki/Least_frequently_used

Also known as Least-Frequently Used.