Closed universalmind303 closed 2 days ago
Comparing universalmind303:nulls-first
(017c480) with main
(1b84250)
⚡ 1
improvements
✅ 16
untouched benchmarks
Benchmark | main |
universalmind303:nulls-first |
Change | |
---|---|---|---|---|
⚡ | test_iter_rows_first_row[100 Small Files] |
312.1 ms | 186.8 ms | +67.12% |
Attention: Patch coverage is 73.01980%
with 109 lines
in your changes missing coverage. Please review.
Project coverage is 77.31%. Comparing base (
0709691
) to head (017c480
). Report is 18 commits behind head on main.
🚨 Try these New Features:
This pr adds nulls_first to all sort functions in preparation for implementing the nulls first/last kernels. This will be followed up by adding the actual nulls first/last implementations.