python and some backend notes(ru)
@python_backend
108
subscribers
5
photos
1
file
192
links
Личные заметки и ссылки на статьи по python и backend вопросам, но может кому-то тоже будет интересно
Download Telegram
Join
python and some backend notes(ru)
108 subscribers
python and some backend notes(ru)
https://realpython.com/python-mmap/
- статья про память и mmap
#mmap
#memory
#shared
Realpython
Python mmap: Improved File I/O With Memory Mapping – Real Python
In this tutorial, you'll learn how to use Python's mmap module to improve your code's performance when you're working with files. You'll get a quick overview of the different types of memory before diving into how and why memory mapping with mmap can make…