-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
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
mem package & bufferPoolingThreshold #7593
Comments
During our initial benchmarking, we found that the We don't have plans to make this threshold configurable, but if there is a valid use-case for it, we will definitely consider it. Could you please let us know why you want to tweak this threshold? Thanks |
This issue is labeled as requiring an update from the reporter, and no update has been received after 6 days. If no update is provided in the next 7 days, this issue will be automatically closed. |
@nikitacrit I would recommend doing some benchmarking with your usecase — if you vendor dependencies with |
This issue is labeled as requiring an update from the reporter, and no update has been received after 6 days. If no update is provided in the next 7 days, this issue will be automatically closed. |
Hi! Thanks for the new package
mem
and the optimizations associated with it.But there is one question, what is the reason for the restriction with
bufferPoolingThreshold
viaIsBelowBufferPoolingThreshold
call?Is there a plan to add the api to change the threshold?
Is PR welcome?
The text was updated successfully, but these errors were encountered: