Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
External sorting
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Model == {{See also|External memory model}} External sorting algorithms can be analyzed in the [[external memory model]]. In this model, a [[Cache (computing)|cache]] or internal memory of size {{mvar|M}} and an unbounded external memory are divided into [[Blocking (data storage)|blocks]] of size {{mvar|B}}, and the [[running time]] of an algorithm is determined by the number of memory transfers between internal and external memory. Like their [[cache-oblivious algorithm|cache-oblivious]] counterparts, [[asymptotically optimal]] external sorting algorithms achieve a [[running time]] (in [[Big O notation]]) of <math>O \left(\tfrac{N}{B}\log_{\tfrac{M}{B}} \tfrac{N}{B} \right)</math>.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)