un article de @adamchainz sur l'utilisation de https://bloomberg.github.io/memray/ pour profiler la mémoire consommée par un projet @django : https://adamj.eu/tech/2026/01/29/django-profile-memray/

- commande de lancement
- export et analyse du flamegraph
- étude de l'impact du lazy-import de Python 3.15 sur la mémoire

#Python #memray #profiler #django

Memray: the endgame memory profiler

nevermind. #memray is happening NOW. memory-profiler was too slow for me (with the @ profile decorators)
@kevin thank you for posting the sprints this morning! I can’t seem to find #pystack #memray? #PyConUS

Good morning, it's the first day of #PyConUS Sprints! Sprints are open to all #PyCon attendees and you don't have to reserve a spot ahead of time, just walk into the room and join the others working on the project.

Room 308: RouteE, #PyStack, #MemRay
Room 309: @pyohio call for proposals
Room 310: Robyn, @coveragepy, Cloud Custodian, @numpy Comics
Room 315: Packaging, commitizen-tools, @pyOpenSci

(1 of 2 posts)

#PyConUS2024

PyCon APAC 2023 体験談 - Qiita

先日 PyCon APAC 2023 に参加しましたので、その体験談を記したいと思います。はじめにPyCon とはPyCon とは Python のカンファレンスで、世界各地で行われております…

Qiita
Python - Memray

YouTube

Now at #PyConLT: @cheukting_ho on memory profiling with memray!

#memray #python

2 computers, 2 operating systems, 2 profilers... Trying to lower the memory usage of a project, and speeding things up at the same time (because both are inherently related due to design decisions)...

#python  

PS: the #memray profiler rocks 

Quite surprised at how good #memray for #python is... And I still feel like I've only scratched the surface of what can be done with it

Mit pytest-memray automatisiert die Speicher-Allokation eines Programms überwachen

@pytest.mark.limit_memory("24 MB")
def test_foobar():
pass # do some stuff that allocates memory

https://github.com/bloomberg/pytest-memray

#Python #pytest #memray