This HTML5 document contains 7 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
n8http://dbkwik.webdatacommons.org/ontology/
dctermshttp://purl.org/dc/terms/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n5http://dbkwik.webdatacommons.org/resource/m4IUS3MgqLvoInU8ngS86g==
n2http://dbkwik.webdatacommons.org/resource/koIC518_NUto5-RqUbtXJQ==
n7http://dbkwik.webdatacommons.org/resource/W2t1I13Fw6kQoa5TX1EgkQ==
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n10http://dbkwik.webdatacommons.org/resource/yT3JrwLDjx1EXiHBG5CO8g==
xsdhhttp://www.w3.org/2001/XMLSchema#
n9http://dbkwik.webdatacommons.org/resource/6XX6RYJ7zcYCiEoJhHOUqQ==
n4http://dbkwik.webdatacommons.org/googology/property/
Subject Item
n2:
rdfs:label
Bignum Bakeoff
rdfs:comment
The Bignum Bakeoff was a programming contest held by David Moews in December 2001. The object of the competition is to write a C program with at most 512 characters (ignoring whitespace) that returns the largest possible number, assuming a computer with infinite resources. The entries were graded relative to the fast-growing hierarchy.
dcterms:subject
n7: n9:
n4:wikiPageUsesTemplate
n5: n10:
n8:abstract
The Bignum Bakeoff was a programming contest held by David Moews in December 2001. The object of the competition is to write a C program with at most 512 characters (ignoring whitespace) that returns the largest possible number, assuming a computer with infinite resources. The entries were graded relative to the fast-growing hierarchy. A total of twenty entries were submitted by various people (nine of them from the same person), and fourteen of the programs outputted a large number (the other six either did not terminate or outputted 1). The entry that came in second place was marxen.c by Heiner Marxen, which uses a variant of Goodstein sequences, and the winning entry was loader.c by Ralph Loader, which diagonalizes over the calculus of constructions. The output of loader.c is in fact one of the largest numbers known, and it has been nicknamed Loader's number.