Larry (Mr. Prototype) on Nostr: The more I use Python, the more I understand why the performance is poor - it ...
The more I use Python, the more I understand why the performance is poor - it abstracts away so much of how a computer actually works that it makes it "business as usual" to duplicate/convert/enlarge data at every step of your code. When the data is large and the code bogs down, that's when you're forced to examine all of the memory mismanagement.
Published at
2025-03-12 13:17:47Event JSON
{
"id": "a551e71d18f16943785484c25df9816053945c2a69b17bc5b8ba5e4bbef41b6f",
"pubkey": "5a6428039aef4a4150a9bcc00a76d932057ce0b2bb02cdb5dadcda5a19ac61b7",
"created_at": 1741785467,
"kind": 1,
"tags": [
[
"proxy",
"https://floss.social/users/fast_code_r_us/statuses/114149652429680308",
"activitypub"
]
],
"content": "The more I use Python, the more I understand why the performance is poor - it abstracts away so much of how a computer actually works that it makes it \"business as usual\" to duplicate/convert/enlarge data at every step of your code. When the data is large and the code bogs down, that's when you're forced to examine all of the memory mismanagement.",
"sig": "696a7fa0155ba3ceb936fb87d4c9ad3fe0c48d8601885e97d379c25afcd58e1952873158d052c0875fafae51ba76817898ef05f40d16962c76046caa1824c500"
}