mapleFU opened a new pull request, #10084: URL: https://github.com/apache/arrow-rs/pull/10084
# Which issue does this PR close? - Closes #10083 . # Rationale for this change Add benchmarks for list types with nested repetition levels: - `list_nested`: List<List<Int32>> - `list_struct_with_list`: List<Struct<a:Int32, b:Float32, c:List<Int32>>> These exercise the per-slot (non-batched) write path where child_has_no_nested_rep() returns false, providing a baseline for future optimizations. # What changes are included in this PR? Add some benchmarks # Are these changes tested? They're already tests # Are there any user-facing changes? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
