https://pythonspeed.com/articles/bytesio-reduce-memory-usage/?utm_source=www.pythonweekly.com&utm_medium=newsletter&utm_campaign=python-weekly-issue-686-february-6-2025
#BytesIO #memoryview #memory
#BytesIO #memoryview #memory
Python⇒Speed
The surprising way to save memory with BytesIO
If you want to save memory when reading from a BytesIO, getvalue() is surprisingly a good choice.
https://mkennedy.codes/posts/python-numbers-every-programmer-should-know/ - статья\бенчмарк о производительности python
#benchmark #memory #speed #cpu
#benchmark #memory #speed #cpu
Michael Kennedy's Thoughts on Technology
Python Numbers Every Programmer Should Know
A cheat sheet of real-world timing and memory numbers to guide performance-sensitive decisions.