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" ๐Ÿ˜ธ

you are viewing a single comment's thread
view the rest of the comments
[โ€“] 8 points 23 hours ago (1 child)

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.

  • source
  • parent
  • hideshow 2 child comments
  • [โ€“] 2 points 22 hours ago (1 child)

    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

  • source
  • parent
  • hideshow 2 child comments