this post was submitted on 26 Feb 2024
28 points (96.7% liked)

Python

7374 readers
1 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS
 

Did you know it takes about 17,000 CPU instructions to print("Hello") in Python? And that it takes ~2 billion of them to import a module?

you are viewing a single comment's thread
view the rest of the comments
[–] muntedcrocodile@lemmy.world 19 points 1 year ago (2 children)

If i needed speed i wouldnt be programming in python.

[–] eager_eagle@lemmy.world 8 points 1 year ago

also, if I needed speed I wouldn't be printing stuff every 100k instructions

[–] grue@lemmy.world 6 points 1 year ago (1 children)

If I needed speed, I'd be programming in Python but then profiling the performance and re-writing the inner loops and such to call C or BLAS.

Surly u can use rust these days?