Skip to content
EntityQ1146784· pop 10· linked from 13 articles

prefetching

Sign in to save

Prefetching is a technique used in computing to improve performance by retrieving data or instructions before they are needed. By predicting what a program will request in the future, the system can load information in advance to reduced wait times.

Wikidata facts

Show 1 more fact
Commons category
Prefetching
Sources (1)

via Wikidata · CC0

~3 min read

Article

8 sections
Contents
  • Overview
  • Hardware
  • Software
  • Operating systems
  • Web Browsers
  • Limitations
  • See also
  • References

Prefetching is a technique used in computing to improve performance by retrieving data or instructions before they are needed. By predicting what a program will request in the future, the system can load information in advance to reduced wait times.

Prefetching is used in various areas of computing, including CPU architectures and operating systems. It can be implemented in both hardware and software, and it relies on detecting access patterns that suggest what data is likely to be needed soon.

Available in 9 languages

via Wikidata sitelinks · CC0

Connections

Categories