But you’ll need a powerful system with 64GB of RAM to use it.

Microslop thinks that “Clutter free” means “bundled with an always on LLM” 😸

  • T. Hex@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    9
    ·
    1 day ago

    I’ve worked on large C++ applications and it’s worth having a beefy machine. Each source file can be compiled in parallel so you save time by having a ton of CPU cores and memory.

    • 4am@lemmy.zip
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 day ago

      Yeah for most projects the only time you need a workstation-class machine is to cut down on compile times. Every time you make a change and run you have to compile; a process you do possibly hundreds of times per day benefits immensely from even being just 1-2 seconds faster