wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

external_memory (257B)


      1 # External memory
      2 
      3 Papers looking at the [input_output_complexity] of [algorithms]
      4 - cf [vitter2008algorithms]
      5 
      6 from [yuan2024io]
      7 - [katriel2003elementary] for [BFS] in external memory
      8 - [zheng2015flashgraph] for [semi_external_memory]
      9 
     10 Up: [machine_model]