Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
Python⇒Speed
(Uncensored)
subscribe
Copying data is wasteful, mutating data is dangerous
https://pythonspeed.com/articles/minimizing-copying/
links
backlinks
Copying data wastes memory, and modifying/mutating data can lead to bugs. Learn how to implement a compromise between the two in Python: hidden mutability.