You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
When we used the hyper lib on a ARM board with Python 3.7.3, we found that our program could run MUCH MUCH faster by increasing the MAX_CHUNK from 1024 to 1024 * 16. You can give it a default value - that's not bad, but could you please also provide it as a configurable variable so that we can config it out of the lib and earn more benefit?
Thx! Hoping for your response.
The text was updated successfully, but these errors were encountered:
When we used the hyper lib on a ARM board with Python 3.7.3, we found that our program could run MUCH MUCH faster by increasing the MAX_CHUNK from 1024 to 1024 * 16. You can give it a default value - that's not bad, but could you please also provide it as a configurable variable so that we can config it out of the lib and earn more benefit?
Thx! Hoping for your response.
The text was updated successfully, but these errors were encountered: