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
### Rationale for this change
So minor ipc code enhancement when I read the code
### What changes are included in this PR?
Avoid copying shared_ptr in some naive space
### Are these changes tested?
Covered by existence
### Are there any user-facing changes?
no
* GitHub Issue: #44036
Authored-by: mwish <maplewish117@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
…#44019)
### Rationale for this change
So minor ipc code enhancement when I read the code
### What changes are included in this PR?
Avoid copying shared_ptr in some naive space
### Are these changes tested?
Covered by existence
### Are there any user-facing changes?
no
* GitHub Issue: apache#44036
Authored-by: mwish <maplewish117@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
zeroshade
pushed a commit
to zeroshade/arrow
that referenced
this issue
Sep 30, 2024
…#44019)
### Rationale for this change
So minor ipc code enhancement when I read the code
### What changes are included in this PR?
Avoid copying shared_ptr in some naive space
### Are these changes tested?
Covered by existence
### Are there any user-facing changes?
no
* GitHub Issue: apache#44036
Authored-by: mwish <maplewish117@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Describe the enhancement requested
Using less std::shared_ptr copying
Component(s)
C++
The text was updated successfully, but these errors were encountered: