refactor(array): use buffer allocator in execution context - #9669
Conversation
Merging this PR will improve performance by 60.69%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ⚡ | WallTime | arrow_checked_add_u32_neon[16384] |
20.5 µs | 12.7 µs | +60.69% |
Tip
Curious why performance improved? Comment @codspeedbot explain why performance improved on this PR, or directly use the CodSpeed MCP with your agent.
Comparing ngates/buffer-allocator-context (c79a228) with develop (98dd977)
Footnotes
-
206 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. ↩
318a807 to
ea37874
Compare
16b6ae2 to
8b88427
Compare
8b88427 to
884d9d1
Compare
97a7955 to
af8266f
Compare
149f535 to
36fca40
Compare
36fca40 to
f06d432
Compare
918a550 to
ed3f7fc
Compare
3e970c7 to
dd87611
Compare
fa9bf7f to
15d742c
Compare
15d742c to
8e1c1bd
Compare
8e1c1bd to
2e9ce47
Compare
018d08c to
2bbf0be
Compare
2bbf0be to
bcec2a5
Compare
bcec2a5 to
619ceed
Compare
619ceed to
43d69de
Compare
43d69de to
86b3061
Compare
86b3061 to
836d32d
Compare
07d23b2 to
37ad347
Compare
Signed-off-by: Nicholas Gates <nick@nickgates.com>
Signed-off-by: Nicholas Gates <nick@nickgates.com>
Signed-off-by: Nicholas Gates <nick@nickgates.com>
37ad347 to
78c996e
Compare
Signed-off-by: Nicholas Gates <nick@nickgates.com>
Summary
Add a buffer allocator to execution and I/O contexts.
Changes
BufferAllocatorRefinExecutionContext.