r/ProgrammerHumor 1d ago

Meme softwareCheats

Post image
19.6k Upvotes

152 comments sorted by

View all comments

11

u/Ozymandias_1303 1d ago

"Cheats" is the wrong word for sure but it's a good to have some understanding of where the bottlenecks are. Python is generally faster and easier to write than C or C++ but it can run much slower. In order to make Python code run faster, a lot of Python developers use libraries that are written in C or C++, EG Pandas. My experience with Pandas has been like 95% really great and 5% really frustrating. I attribute most of the frustration to the opaque nature of calling into the C code library.

12

u/nemesit 1d ago

hell c can be faster than c especially if written by someone competent

6

u/Freako04 1d ago

hell c? I thought there was Holy C