An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

A polyphase merge sort is a variation of a bottom-up merge sort that sorts a list using an initial uneven distribution of sub-lists (runs), primarily used for external sorting, and is more efficient than an ordinary merge sort when there are fewer than eight external working files (such as a tape drive or a file on a hard drive). A polyphase merge sort is not a stable sort.

Property Value
dbo:abstract
  • A polyphase merge sort is a variation of a bottom-up merge sort that sorts a list using an initial uneven distribution of sub-lists (runs), primarily used for external sorting, and is more efficient than an ordinary merge sort when there are fewer than eight external working files (such as a tape drive or a file on a hard drive). A polyphase merge sort is not a stable sort. (en)
  • Sortowanie wielofazowe (czasami „polifazowe”, pod wpływem ang. polyphase sort) – algorytm sortowania zewnętrznego wynaleziony przez R. L. Gilstada. Algorytmy sortowania zewnętrznego operują na taśmach lub innych pamięciach o dostępie sekwencyjnym, a ich podstawowym zastosowaniem jest sortowanie danych, których objętość przewyższa wielkość dostępnej pamięci głównej. W takim wypadku tradycyjne algorytmy sortowania są nieprzydatne, gdyż są przystosowane do dostępu swobodnego i znacznie niższych czasów dostępu. (pl)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 17509736 (xsd:integer)
dbo:wikiPageLength
  • 15334 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1105616444 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • A polyphase merge sort is a variation of a bottom-up merge sort that sorts a list using an initial uneven distribution of sub-lists (runs), primarily used for external sorting, and is more efficient than an ordinary merge sort when there are fewer than eight external working files (such as a tape drive or a file on a hard drive). A polyphase merge sort is not a stable sort. (en)
  • Sortowanie wielofazowe (czasami „polifazowe”, pod wpływem ang. polyphase sort) – algorytm sortowania zewnętrznego wynaleziony przez R. L. Gilstada. Algorytmy sortowania zewnętrznego operują na taśmach lub innych pamięciach o dostępie sekwencyjnym, a ich podstawowym zastosowaniem jest sortowanie danych, których objętość przewyższa wielkość dostępnej pamięci głównej. W takim wypadku tradycyjne algorytmy sortowania są nieprzydatne, gdyż są przystosowane do dostępu swobodnego i znacznie niższych czasów dostępu. (pl)
rdfs:label
  • Polyphase merge sort (en)
  • Sortowanie wielofazowe (pl)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License