Comment by Numerlor

2 days ago

Then there's optane that got ~10us with. The newest controllers and nand is inching closer with randoms but optane is still the most miraculous ssd tech that's normally obtainable

Optane is no longer available :(

  • They're still decently priced on eBay/AliExpress. The p5801x I got seemed to be completely new. though I have no idea how long the stock will last

    • I see an order of magnitude higher prices than 990 PRO / SN850X (and almost 9100 PRO / SN8100). While Optane seems to perform "only" 4 times faster in 4K Q1T1 (read) and 3-4 times faster overwriting the whole drive as quickly as possible (any use case for the later besides restoring from backup?). It looks like in less synthetic benchmarks the difference becomes more significant (only for the very last Optane P5800X).

Eventually we'll have machines with unified memory+storage. You'll certainly have to take a bit of a performance hit in certain scenarios but also think about the load time improvements. If you store video game files in the same format they'd be needed at runtime you could be at the main menu in under a second.

  • At a minimum, we should be able to get everything to DRAM speeds. Beyond that you start to run into certain limitations. Achieving L1 latency is physically impossible if the storage element is more than a few inches away from the CPU.

    • Most new motherboards do already have the highest throughput M.2 connector very near the CPU.

      The most recent desktop I built has it situated directly below the standard formfactor x16 PCI slot.

      3 replies →

  • > you could be at the main menu in under a second

    That would be possible even on spinning harddrives as long as they're already spinning.

    The fastest memory can't prevent the real reason games take so long to the menu: company logos. The Xbox can already resume a closed game within a few seconds, loading a simple main menu is trivial in comparison.

  • The separation into RAM and external storage (floppy disks, magnetic tapes, hard drives and later SSD etc) is the sole consequence of technology not being advanced enough at the time to store all of the data in memory.

    Virtual memory subsystems in operating systems of the last 40+ years pretty much do exactly that – they essentially emulate infinite RAM that spills over onto the external storage that backs it up.

    Prosumer grade laptops are already easily available, and in 2-3 years there will be ones with 256-512 Gb as well, so… it is not entirely incoceivable that in 10-20 years (maybe more, maybe less) the Optane style memory is going to make a comeback and laptops/desktops will come with just memory, and the separation into RAM and external storage will finally cease to exist.

    P.S. RAM has become so cheap and has reached such large capacity that the current generation of young engineers don't event know what a swap is, and why they might want to configure it.

    • I have a feeling (and it's just a feeling) that many SoC-style chips of the future will abandon Von Neumann Architecture entirely.

      It's not that much of a stretch to imagine ultra dense wafers that can have compute, storage, and memory all in one SoC.

      First, unify compute and memory. Then, later, unify those two with persistent storage so that we have something like RAM = VRAM = Storage.

      I don't think this is around the corner, but certainly possible in about 12 years.

      1 reply →