We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I followed #51 and did reinstall Cython
pip uninstall cython pip cache purge pip install cython
Here is the 3.9.10 nogil from main branch, memory keep growing. I used gc.collect()
The same built from original version but with 3.11 official. Memory is very stable
My program quite simple. It fetch frame from FFMPEG, do some opencv preprocessing like resize, b64encode and send it to another server app.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I followed #51 and did reinstall Cython
Here is the 3.9.10 nogil from main branch, memory keep growing. I used gc.collect()
23-10-36.mp4
The same built from original version but with 3.11 official. Memory is very stable
23-07-28.mp4
My program quite simple. It fetch frame from FFMPEG, do some opencv preprocessing like resize, b64encode and send it to another server app.
The text was updated successfully, but these errors were encountered: