perf: avoid unnecessary clones in query_ciphertexts#1875
perf: avoid unnecessary clones in query_ciphertexts#1875mergify[bot] merged 1 commit intozama-ai:mainfrom
Conversation
|
Thank you for your pull request. We require contributors to sign our Contributor License Agreement / Terms and Conditions, and we don't seem to have the users @raushan728 on file. In order for us to review and merge your code, please sign:
If you already signed one of this document, just wait to be added to the bot config. |
1 similar comment
|
Thank you for your pull request. We require contributors to sign our Contributor License Agreement / Terms and Conditions, and we don't seem to have the users @raushan728 on file. In order for us to review and merge your code, please sign:
If you already signed one of this document, just wait to be added to the bot config. |
|
I have signed the CLA via DocuSign yesterday, but the check is still showing as failed. Could you please trigger a manual refresh or check if everything is correct on your end? Also, looking forward to the CI workflow approval. Thanks |
|
Thank you for your pull request. We require contributors to sign our Contributor License Agreement / Terms and Conditions, and we don't seem to have the users @raushan728 on file. In order for us to review and merge your code, please sign:
If you already signed one of this document, just wait to be added to the bot config. |
|
@cla-bot check |
|
Thank you for your pull request. We require contributors to sign our Contributor License Agreement / Terms and Conditions, and we don't seem to have the users @raushan728 on file. In order for us to review and merge your code, please sign:
If you already signed one of this document, just wait to be added to the bot config. |
|
The cla-bot has been summoned, and re-checked this pull request! |
|
@cla-bot check |
|
Thank you for your pull request. We require contributors to sign our Contributor License Agreement / Terms and Conditions, and we don't seem to have the users @raushan728 on file. In order for us to review and merge your code, please sign:
If you already signed one of this document, just wait to be added to the bot config. |
|
The cla-bot has been summoned, and re-checked this pull request! |
|
This PR is unverified and has been open for 2 days, it will now be closed. If you want to contribute please sign the CLA as indicated by the bot. |
|
Hi @0xalexbel (Alexandre Quint) and @zama-ai/fhe-team, |
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
|
Closing as stale |
|
Hi @raushan728 |
Sure, I'll push it |
828259a to
ab515a6
Compare
|
@rudy-6-4 Done |
|
@Mergifyio queue |
Merge Queue Status
Required conditions to enter a queue
|
Merge Queue Status
This pull request spent 2 hours 16 minutes 14 seconds in the queue, including 1 hour 15 minutes running CI. Required conditions to merge
|

Optimized memory usage by moving row ownership directly into
ciphertext_mapinstead of cloning. This eliminates unnecessary double-allocations of ciphertext buffers