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

Uniform binary search is an optimization of the classic binary search algorithm invented by Donald Knuth and given in Knuth's The Art of Computer Programming. It uses a lookup table to update a single array index, rather than taking the midpoint of an upper and a lower bound on each iteration; therefore, it is optimized for architectures (such as Knuth's MIX) on which * a table lookup is generally faster than an addition and a shift, and * many searches will be performed on the same array, or on several arrays of the same length

Property Value
dbo:abstract
  • Uniform binary search is an optimization of the classic binary search algorithm invented by Donald Knuth and given in Knuth's The Art of Computer Programming. It uses a lookup table to update a single array index, rather than taking the midpoint of an upper and a lower bound on each iteration; therefore, it is optimized for architectures (such as Knuth's MIX) on which * a table lookup is generally faster than an addition and a shift, and * many searches will be performed on the same array, or on several arrays of the same length (en)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 4004215 (xsd:integer)
dbo:wikiPageLength
  • 2257 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 969434609 (xsd:integer)
dbo:wikiPageWikiLink
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Uniform binary search is an optimization of the classic binary search algorithm invented by Donald Knuth and given in Knuth's The Art of Computer Programming. It uses a lookup table to update a single array index, rather than taking the midpoint of an upper and a lower bound on each iteration; therefore, it is optimized for architectures (such as Knuth's MIX) on which * a table lookup is generally faster than an addition and a shift, and * many searches will be performed on the same array, or on several arrays of the same length (en)
rdfs:label
  • Uniform binary search (en)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
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