swap feels like cheating

  • BCsven
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    2
    ·
    1 month ago

    And the next question, can you make a RAM drive? Yes ImDisk. Even DOS had ramdrive.sys

    • Rustmilian@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      1 month ago

      Zram offers way more flexibility and versatility compared to ImDisk.
      Zram can be used for swap space or as a general-purpose RAM disk. Unlike a traditional RAM drive, Zram can compress data using a nice hand full of algorithms, notably Zstd; allowing it to store more information within the same RAM capacity leading to faster I/O and efficient memory usage with minimal CPU usage; & LZO-RLE; offering the fastest compression and decompression speeds leading to faster data swapping between compressed and uncompressed states, potentially improving overall system performance. Also, ImDisk afaik only offers NTFS compression for RAM drives which is… well… pretty damn slow for this particular use comparatively.
      Additionally, Zram persistence can be configured with writeback devices. ImDisk typically doesn’t offer persistence.
      ramdrive.sys isn’t even worth talking about, it never had any kind of compression let alone anything else I mentioned previously.

      • BCsven
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        30 days ago

        These things exist in windows (or as 3 party tool like RAWcopy etc for writeback) its just their OS is not setup to make tinkering a simple matter like in Linux. You don’t have to convince me as I’m already a Linux household since Windows10 came out. But the post was claiming Linux was superior because of Swap…Windows has this, so the meme is a bad one