feat: support tensor properties in flat batches#38
Conversation
|
Performance check for the tensor property stack, measured against detached worktrees at Canonical smoke targets found and run:
Median throughput over 4 samples each:
The flat/batched read paths, which are the sensitive paths for tensor concatenation, do not show a slowdown in this smoke. The Python object write path is the only short-sample dip, but it still passes the existing smoke threshold by a wide margin. I also ran a feature-branch-only ad hoc check for explicit |
3ce31b1 to
57b0454
Compare
|
Update after the The earlier Python object-write dip came from Python binding clone overhead, not the batch/flat tensor concatenation path. Core PR #36 now includes This branch was rebased onto the updated core branch and force-pushed. Post-rebase validation:
Latest smoke numbers on this branch:
Batch and flat read paths remain comfortably above the smoke thresholds, and the object-write path no longer shows the previous regression shape. |
57b0454 to
60d1c42
Compare
Summary
Validation