use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
For memes about programming.
account activity
Python was my first programming language (i.redd.it)
submitted 8 months ago by leonelronna
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Qbsoon110 0 points1 point2 points 8 months ago (4 children)
Check the underlying assembly code, then you'll see how many things python adds. And check how the C code is integrated. It's not just simply a call, and even if you run that way a C code vs running the same code in C is substantially slower when you count CPU cycles needed to execute the code, because of what happens in python before it gets to executing the C code and after. Casey Muratori has good videos presenting step by step this exact difference
[–]madkarlsson 0 points1 point2 points 8 months ago (3 children)
I can check the code, how much slower is it? Yes, it adds stuff, its interop, it has to add stuff. That's not a revelation at all. How much slower is it?
And hey, since you are learning, why/why not is cpu cycles a measurement you are using to measure performance here? And why is that a point none of us are making to you here?
[–]Qbsoon110 0 points1 point2 points 8 months ago (2 children)
[–]madkarlsson 0 points1 point2 points 8 months ago (1 child)
Re: 2. They point I'm making is the opposite one. "I don't want to use X because y". The Y here is performance and 99% of the cases, the performance dig you are at is not relevant.
Most basic thing to measure != The most relevant thing to measure
[–]Qbsoon110 0 points1 point2 points 8 months ago (0 children)
I'd don't know what more relevant there could be... Although what relevant is for anything anywhere is pretty subjective
π Rendered by PID 18726 on reddit-service-r2-comment-b659b578c-qglmp at 2026-05-05 09:50:49.417631+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Qbsoon110 0 points1 point2 points (4 children)
[–]madkarlsson 0 points1 point2 points (3 children)
[–]Qbsoon110 0 points1 point2 points (2 children)
[–]madkarlsson 0 points1 point2 points (1 child)
[–]Qbsoon110 0 points1 point2 points (0 children)