BlogDocs

refactor(rust): Remove use of cast in `ArrowArray::new`(#19899)

Merged
Comparing
nameexhaustion:arrow-array-no-cast
(
8258ed6
) with
main
(
5f61d70
)
-1%
IMPROVEMENTS
0
REGRESSIONS
0
UNTOUCHED
41
NEW
0
DROPPED
0
IGNORED
1

Benchmarks

Passed

test_pdsh_q20
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q20
+7%
8.2 ms
7.7 ms
test_pdsh_q11
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q11
+5%
3.9 ms
3.7 ms
test_pdsh_q10
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q10
+5%
9 ms
8.6 ms
test_pdsh_q18
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q18
+5%
13.7 ms
13.1 ms
test_pdsh_q8
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q8
+4%
7.5 ms
7.3 ms
test_groupby_h2oai_q3
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q3
+3%
2.5 ms
2.4 ms
test_pdsh_q16
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q16
+3%
8 ms
7.8 ms
test_pdsh_q7
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q7
+3%
10.7 ms
10.5 ms
test_pdsh_q6
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q6
+2%
3.7 ms
3.7 ms
test_groupby_h2oai_q9
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q9
+1%
28.1 ms
27.9 ms
test_pdsh_q4
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q4
+1%
6.1 ms
6 ms
test_strict_inequalities
py-polars/tests/benchmark/test_join_where.py::test_strict_inequalities
0%
170.7 ms
170.1 ms
test_write_read_scan_large_csv
py-polars/tests/benchmark/test_io.py::test_write_read_scan_large_csv
0%
39.8 ms
39.6 ms
test_pdsh_q1
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q1
0%
25 ms
24.9 ms
test_to_numpy_series_chunked
py-polars/tests/benchmark/interop/test_numpy.py::test_to_numpy_series_chunked
0%
271.2 µs
270.3 µs
test_to_numpy_series_zero_copy
py-polars/tests/benchmark/interop/test_numpy.py::test_to_numpy_series_zero_copy
0%
124.1 µs
123.8 µs
test_pdsh_q13
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q13
0%
10.6 ms
10.6 ms
test_pdsh_q9
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q9
0%
27.6 ms
27.6 ms
test_datetime_range_fast_slow_paths
py-polars/tests/unit/functions/range/test_datetime_range.py::test_datetime_range_fast_slow_paths
0%
395.7 ms
395.7 ms
test_groupby_h2oai_q6
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q6
0%
12.6 ms
12.6 ms
test_to_numpy_series_with_nulls
py-polars/tests/benchmark/interop/test_numpy.py::test_to_numpy_series_with_nulls
-1%
323 µs
324.7 µs
test_non_strict_inequalities
py-polars/tests/benchmark/test_join_where.py::test_non_strict_inequalities
-1%
176 ms
177.1 ms
test_pdsh_q5
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q5
-1%
6.5 ms
6.6 ms
test_pdsh_q12
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q12
-1%
7.9 ms
8 ms
test_pdsh_q22
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q22
-1%
16 ms
16.2 ms
test_pdsh_q21
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q21
-1%
216.5 ms
219.3 ms
test_pdsh_q19
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q19
-1%
8.7 ms
8.8 ms
test_groupby_h2oai_q10
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q10
-1%
6.2 ms
6.3 ms
test_groupby_h2oai_q4
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q4
-2%
1.9 ms
1.9 ms
test_single_inequality
py-polars/tests/benchmark/test_join_where.py::test_single_inequality
-2%
74.6 ms
76.2 ms
test_pdsh_q17
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q17
-2%
7.2 ms
7.4 ms
test_groupby_h2oai_q8
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q8
-3%
2.9 ms
3 ms
test_groupby_h2oai_q2
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q2
-3%
4.3 ms
4.5 ms
test_groupby_h2oai_q7
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q7
-3%
2.1 ms
2.1 ms
test_pdsh_q14
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q14
-4%
3.4 ms
3.5 ms
test_pdsh_q15
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q15
-4%
3.4 ms
3.5 ms
test_groupby_h2oai_q5
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q5
-5%
1.8 ms
1.9 ms
test_filter1
py-polars/tests/benchmark/test_filter.py::test_filter1
-5%
750 µs
787.8 µs
test_pdsh_q3
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q3
-5%
7.7 ms
8.1 ms
test_pdsh_q2
py-polars/tests/benchmark/test_pdsh.py::test_pdsh_q2
-5%
4.2 ms
4.4 ms
test_groupby_h2oai_q1
py-polars/tests/benchmark/test_group_by.py::test_groupby_h2oai_q1
-8%
2 ms
2.2 ms

Ignored

test_filter2Ignored
py-polars/tests/benchmark/test_filter.py::test_filter2
-5%
1 ms
1.1 ms

Commits

Click on a commit to change the comparison range
base
main
5f61d70
-1%
c
8258ed6
13 hours ago
by nameexhaustion
ResourcesHomePricingDocsBlogGitHubChangelog
Copyright © 2024 CodSpeed Technology SAS. All rights reserved.