top | item 47121632

(no title)

NoiseBert69 | 6 days ago

Due to lack of memory leaks which will stop increasing RAM prices?

discuss

order

nicoburns|6 days ago

Because it's more memory efficient than most other languages. So you can achieve the same result with lower RAM requirements.

Betelbuddy|6 days ago

xnorswap|6 days ago

I see that's from almost 10 years ago, it would be interesting to see how that's changed with improvements to V8, python and C# since.

Also, Typescript 5 times worse than Javascript? That doesn't really make sense, since they share the same runtime.

Zababa|6 days ago

This image comes from running the different versions of the benchmark games programs. Some of the difference between languages may actually be just algorithmic differences, and also those programs are in general not representative of most of the software that runs.

gck1|6 days ago

That, and also because rust compiler is a very good guardrail & feedback mechanism for AI. I made 3 little tools that I use for myself without knowing how to write a single rust line myself.

Imustaskforhelp|6 days ago

I can see that a reality but I am more comfortable using Golang as the language compared to rust given its fast compile times and I have found it to be much more easier to create no-dependices/fewer-dependencies project plus even though I wouldn't consider myself a master in golang, maybe mediocre, I feel much easier playing with golang than rust.

The resource consumption b/w rust and golang would be pretty minimal to figure out actually for most use cases imho.