rojamit

Results 3 issues of rojamit

master process is writing to 1 nested dict1 (recurse=1) shared between 20-40 processes, total dict1 size ~1500 keys with nested dict (as value, small) processes created via multiprocessing.Process, and writing...

python3.9 or uvloop seems to leak smaller, but python3.11 (and others?) leaks A LOT OF memory under load test command: ab -n15000 -c15000 -r https://127.0.0.1/ (apt install apache2-utils) ``` import...

# Bug report ### Bug description: python3.9 without uvloop doesn't leaks memory (or noticeably smaller). python3.11+ (and others?) leaks memory A LOT under load (with or without uvloop) - up...

type-bug
performance
topic-asyncio
extension-modules