🥸#7932
Conversation
Signed-off-by: Andrew Duffy <andrew@a10y.dev> more of the owl Signed-off-by: Andrew Duffy <andrew@a10y.dev> fix sillyness Signed-off-by: Andrew Duffy <andrew@a10y.dev> lockfiles, more stuff Signed-off-by: Andrew Duffy <andrew@a10y.dev> save Signed-off-by: Andrew Duffy <andrew@a10y.dev> fixup + wire into DF Signed-off-by: Andrew Duffy <andrew@a10y.dev> fixup Signed-off-by: Andrew Duffy <andrew@a10y.dev> chain dtype plugin calls Signed-off-by: Andrew Duffy <andrew@a10y.dev> polyfill has_valid_extension_type method for 0.58.0 Signed-off-by: Andrew Duffy <andrew@a10y.dev> ok, use something that actually works 58.0.0 Signed-off-by: Andrew Duffy <andrew@a10y.dev> use Arc instead of Vec in session Signed-off-by: Andrew Duffy <andrew@a10y.dev> deprecate + move away from deprecated Signed-off-by: Andrew Duffy <andrew@a10y.dev> Wire Vector into Arrow conversion (#7880) Register `Vector` as an Arrow import/export plugin on the new `ArrowSession`, so a Vortex Vector extension array can go to Arrow and back without losing its identity. Note: If the plugin is not registered, imports fall back to the plain FSL (no error, but the Vector identity is dropped). --------- Signed-off-by: Baris Palaska <barispalaska@gmail.com> wire in ArrowSession Signed-off-by: Andrew Duffy <andrew@a10y.dev> fixup Signed-off-by: Andrew Duffy <andrew@a10y.dev> fix dtype dispatch Signed-off-by: Andrew Duffy <andrew@a10y.dev> avoid cloning Signed-off-by: Andrew Duffy <andrew@a10y.dev> save Signed-off-by: Andrew Duffy <andrew@a10y.dev> remove empty files Signed-off-by: Andrew Duffy <andrew@a10y.dev> fixup Signed-off-by: Andrew Duffy <andrew@a10y.dev> add microbenchmark Signed-off-by: Andrew Duffy <andrew@a10y.dev> taplo fmt Signed-off-by: Andrew Duffy <andrew@a10y.dev> remove unused method Signed-off-by: Andrew Duffy <andrew@a10y.dev> silly lints Signed-off-by: Andrew Duffy <andrew@a10y.dev>
f7ea15d to
c9c4ae6
Compare
Merging this PR will degrade performance by 10.24%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | Simulation | canonicalize_compare[(1000, 4, 4)] |
122.7 µs | 136.7 µs | -10.24% |
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing aduffy/arrow-vtable-indisguise (c9c4ae6) with develop (8c5a0f1)
Footnotes
-
523 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
Summary
Closes: #000
Testing