data movementhelp wantedperformance
仓库指标
- Star
- (706 star)
- PR 合并指标
- (平均合并 12天 5小时) (30 天内合并 4 个 PR)
描述
In #199 I've fixed a "bug" where non-thunk inputs are serialized during the thunk RPC call, which is silly for large inputs. That fix assumes that inputs are large enough to wrap in a Chunk, which is not always true. It also re-wraps inputs in Chunks multiple times, which can incur extra overhead. We should make a dynamic decision whether to wrap in a Chunk, and if we wrap, wrap just once.