Day 9: Disk Fragmenter

Megathread guidelines

  • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
  • You can send code in code blocks by using three backticks, the code, and then three backticks or use something such as https://topaz.github.io/paste/ if you prefer sending it through a URL

FAQ

  • @[email protected]OPM
    link
    fedilink
    123 days ago

    I think once your runtime hits 4 hours, the minutes and seconds stop being relevant :D

    Is it 4hrs of 100% CPU?

    • Deebster
      link
      fedilink
      English
      223 days ago

      One core was busier, but it wasn’t at 100%. My Rust code yesterday was the same, perhaps it’s taking too much time accessing memory.

      The time was wall time (as per Starship’s output) but it was still waaay too slow to bother with again!