Comment by mixmastamyk
1 month ago
Sometimes Python code makes copies when we’re not expecting it to. Hard to know but performance optimization books/blogs discuss it.
1 month ago
Sometimes Python code makes copies when we’re not expecting it to. Hard to know but performance optimization books/blogs discuss it.
I'll Google for that, thank you!