Ah yes, those precious precious CPU cycles. Why spend one hour writing a python program that runs for five minutes, if you could spend three days writing it in C++ but it would finish in five seconds. Way more efficient!
exactly! i prefer python or ruby or even java MUCH more than assembly and maybe C
I mean depends on what you do. When I see grad students writing numeric simulations in python I do thing that it would be more efficient to learn a more suited language for that task.
I’m happy if it’s actually running in python and not a javascript app with electron.
Why would an RTX 4090 make Python faster?
The new favorite language of AAA game studios:
PhytonPythonDon’t worry this post was written by a first year computer science student who just learned about C. No need to look too closely at it.
Rust is better.
The only language worth discussing is brainfuck
Joke’s on you, he was talking about “Phyton”. /s
Well, it just demostrate how slow is unoptimized software
Screaming at my single-threaded, synchronous web scraper “Why are you so slow, I have a 4090!”
If you create a meme like this at least inform yourself on how computers and software work.
If 4090 is not making stuff faster then why my games run faster with it? /s
Easy, your 4090 is made of pure assembly.
Because game need marketing to run
They apparently like making on memes shitting on people & things without really understanding why, like the one for the NVidia CEO
I know it makes me sound like an of man shouting at clouds but the other day I installed Morrowind and was genuinely blown away by how smooth and reliable it ran and all the content in the game fitting in 2gb of space. Skyrim requires I delete my other games to make room and still requires a whole second game worth of mods to match the stability and quantity of morrowind.
High res textures (especially normal maps) and higher quality/coverage audio really made game sizes take off. Unreal’s new “Nanite” tech, where models can have literally billions of polygons, actually reduces game size because no normal maps.
It used to be pretty terrible, but the frameworks are getting there, starting with the languages they are based on.
Believe it or not, Java has been optimized a ton and can be written to be very efficient these days. Another great example of a high-level, high-efficiency language is Julia. And then there is Rust of course, which basically only sacrifices memory-efficiency for C-speeds with Python-esque comfort. It’s getting better.
Phyton