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

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

Namespace Prefixes

PrefixIRI
dbpedia-dehttp://de.dbpedia.org/resource/
dbpedia-dahttp://da.dbpedia.org/resource/
dctermshttp://purl.org/dc/terms/
dbohttp://dbpedia.org/ontology/
n21http://cis.poly.edu/chiang/
n22http://dbpedia.org/resource/File:
foafhttp://xmlns.com/foaf/0.1/
n18http://dbpedia.org/resource/Input/
n12http://www.netlib.org/utk/people/JackDongarra/pdf/
n16https://global.dbpedia.org/id/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
n5http://commons.wikimedia.org/wiki/Special:FilePath/
n9http://www.tau.ac.il/~stoledo/Bib/Pubs/
dbpedia-fahttp://fa.dbpedia.org/resource/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n4http://dbpedia.org/resource/I/
owlhttp://www.w3.org/2002/07/owl#
wikipedia-enhttp://en.wikipedia.org/wiki/
dbchttp://dbpedia.org/resource/Category:
provhttp://www.w3.org/ns/prov#
dbphttp://dbpedia.org/property/
xsdhhttp://www.w3.org/2001/XMLSchema#
wikidatahttp://www.wikidata.org/entity/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:External_memory
dbo:wikiPageWikiLink
dbr:External_memory_algorithm
dbo:wikiPageDisambiguates
dbr:External_memory_algorithm
Subject Item
dbr:External_memory_algorithms
dbo:wikiPageWikiLink
dbr:External_memory_algorithm
dbo:wikiPageRedirects
dbr:External_memory_algorithm
Subject Item
n18:output
dbo:wikiPageWikiLink
dbr:External_memory_algorithm
Subject Item
dbr:Out-of-core_algorithm
dbo:wikiPageWikiLink
dbr:External_memory_algorithm
dbo:wikiPageRedirects
dbr:External_memory_algorithm
Subject Item
dbr:Cache-oblivious_algorithm
dbo:wikiPageWikiLink
dbr:External_memory_algorithm
Subject Item
dbr:Suffix_array
dbo:wikiPageWikiLink
dbr:External_memory_algorithm
Subject Item
dbr:Comparison_of_3D_computer_graphics_software
dbo:wikiPageWikiLink
dbr:External_memory_algorithm
Subject Item
dbr:Fractal_tree_index
dbo:wikiPageWikiLink
dbr:External_memory_algorithm
Subject Item
dbr:Integer_sorting
dbo:wikiPageWikiLink
dbr:External_memory_algorithm
Subject Item
n4:O_model
dbo:wikiPageWikiLink
dbr:External_memory_algorithm
dbo:wikiPageRedirects
dbr:External_memory_algorithm
Subject Item
dbr:External_memory_algorithm
rdfs:label
External memory algorithm External Memory Algorithmus
rdfs:comment
Ein External Memory Algorithmus (auch Out-of-Core Algorithmus) ist ein Algorithmus, der darauf optimiert ist, Datenmengen effizient zu verarbeiten, welche die Kapazität des verfügbaren Hauptspeichers übersteigen. Zugriffe auf Massenspeicher wie Festplatten oder Netzwerkspeicher sind aber um mehrere Größenordnungen langsamer als Operationen der ALU oder Zugriffe auf höhere Ebenen der Speicherhierarchie. Deshalb ist für die Performance von External Memory Algorithmen die Anzahl der I/O-Operationen auf langsamen Massenspeichern maßgeblich. In computing, external memory algorithms or out-of-core algorithms are algorithms that are designed to process data that are too large to fit into a computer's main memory at once. Such algorithms must be optimized to efficiently fetch and access data stored in slow bulk memory (auxiliary memory) such as hard drives or tape drives, or when memory is on a computer network. External memory algorithms are analyzed in the external memory model.
foaf:depiction
n5:External_memory.svg
dcterms:subject
dbc:External_memory_algorithms dbc:Algorithms dbc:Analysis_of_algorithms dbc:Cache_(computing) dbc:Models_of_computation
dbo:wikiPageID
1881722
dbo:wikiPageRevisionID
1106336232
dbo:wikiPageWikiLink
dbr:Computer_network dbr:Block_(data_storage) dbr:RAM_model dbr:Big_O_notation dbr:Fast_Fourier_transform dbr:Permutation dbr:Disk_read-and-write_head dbr:Algorithms dbr:Magnetic-core_memory dbr:Quicksort dbr:Lower_bound dbr:Central_processing_unit dbr:Reading_(computer) dbc:External_memory_algorithms dbr:Computing dbr:Hard_drives dbr:IBM_360 dbr:Asymptotically_optimal dbc:Cache_(computing) dbr:Graphics_processing_unit dbr:External_sorting dbr:Gigabytes dbr:Model_of_computation dbc:Models_of_computation dbc:Algorithms dbr:Main_memory dbr:Jeffrey_Vitter dbr:External_memory_graph_traversal dbc:Analysis_of_algorithms dbr:Auxiliary_memory dbr:Abstract_machine dbr:Information_theory dbr:Data_structures dbr:Infinity dbr:General-purpose_computing_on_graphics_processing_units dbr:K-way_merge_algorithm dbr:Digital_signal_processing dbr:Running_time dbr:Streaming_algorithm dbr:Algorithm dbr:Online_algorithm dbr:Tape_drives dbr:Cache_(computing) n22:External_memory.svg dbr:Cache-oblivious_algorithm dbr:Terabytes dbr:Geographic_information_system dbr:Random-access_machine dbr:Random-access_memory dbr:Digital_elevation_model dbr:Memory_hierarchy dbr:B-tree dbr:Processor_(computing) dbr:Parallel_external_memory
dbo:wikiPageExternalLink
n9:pp01-qr.pdf n12:ooc-scalapack.pdf n21:Vis02-tutorial4.pdf
owl:sameAs
dbpedia-de:External_Memory_Algorithmus dbpedia-da:Out-of-core-algoritme n16:2bvRY dbpedia-fa:الگوریتم_حافظه_خارجی wikidata:Q279748
dbp:wikiPageUsesTemplate
dbt:Reflist dbt:Mvar
dbo:thumbnail
n5:External_memory.svg?width=300
dbo:abstract
Ein External Memory Algorithmus (auch Out-of-Core Algorithmus) ist ein Algorithmus, der darauf optimiert ist, Datenmengen effizient zu verarbeiten, welche die Kapazität des verfügbaren Hauptspeichers übersteigen. Zugriffe auf Massenspeicher wie Festplatten oder Netzwerkspeicher sind aber um mehrere Größenordnungen langsamer als Operationen der ALU oder Zugriffe auf höhere Ebenen der Speicherhierarchie. Deshalb ist für die Performance von External Memory Algorithmen die Anzahl der I/O-Operationen auf langsamen Massenspeichern maßgeblich. In computing, external memory algorithms or out-of-core algorithms are algorithms that are designed to process data that are too large to fit into a computer's main memory at once. Such algorithms must be optimized to efficiently fetch and access data stored in slow bulk memory (auxiliary memory) such as hard drives or tape drives, or when memory is on a computer network. External memory algorithms are analyzed in the external memory model.
prov:wasDerivedFrom
wikipedia-en:External_memory_algorithm?oldid=1106336232&ns=0
dbo:wikiPageLength
9028
foaf:isPrimaryTopicOf
wikipedia-en:External_memory_algorithm
Subject Item
dbr:External_memory_graph_traversal
dbo:wikiPageWikiLink
dbr:External_memory_algorithm
Subject Item
dbr:External_sorting
dbo:wikiPageWikiLink
dbr:External_memory_algorithm
Subject Item
dbr:List_of_terms_relating_to_algorithms_and_data_structures
dbo:wikiPageWikiLink
dbr:External_memory_algorithm
Subject Item
dbr:Parallel_external_memory
dbo:wikiPageWikiLink
dbr:External_memory_algorithm
Subject Item
n4:O_algorithm
dbo:wikiPageWikiLink
dbr:External_memory_algorithm
dbo:wikiPageRedirects
dbr:External_memory_algorithm
Subject Item
n4:O_algorithms
dbo:wikiPageWikiLink
dbr:External_memory_algorithm
dbo:wikiPageRedirects
dbr:External_memory_algorithm
Subject Item
dbr:Disk_access_model
dbo:wikiPageWikiLink
dbr:External_memory_algorithm
dbo:wikiPageRedirects
dbr:External_memory_algorithm
Subject Item
dbr:Cache-aware_model
dbo:wikiPageWikiLink
dbr:External_memory_algorithm
dbo:wikiPageRedirects
dbr:External_memory_algorithm
Subject Item
dbr:External_memory_model
dbo:wikiPageWikiLink
dbr:External_memory_algorithm
dbo:wikiPageRedirects
dbr:External_memory_algorithm
Subject Item
dbr:Out-of-core
dbo:wikiPageWikiLink
dbr:External_memory_algorithm
dbo:wikiPageRedirects
dbr:External_memory_algorithm
Subject Item
wikipedia-en:External_memory_algorithm
foaf:primaryTopic
dbr:External_memory_algorithm