Skip to content

Feature: Add IntoIter implementation for vectors#5093

Merged
gatesn merged 1 commit into
developfrom
ct/vv-into-iter
Oct 27, 2025
Merged

Feature: Add IntoIter implementation for vectors#5093
gatesn merged 1 commit into
developfrom
ct/vv-into-iter

add `IntoIter` implementation for vectors

72cc216
Select commit
Loading
Failed to load commit list.
CodSpeed HQ / CodSpeed Performance Analysis failed Oct 27, 2025 in 0s

Performance Regression: -37.81%

Summary

⚡ 5 improvements
❌ 5 regressions
✅ 1308 untouched
🆕 7 new
⏩ 22 skipped1

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark BASE HEAD Change
patched_take_200k_dispersed 5.7 ms 4.7 ms +19.69%
patched_take_200k_first_chunk_only 5.4 ms 4.8 ms +11.83%
take_200k_dispersed 4.6 ms 3.7 ms +23.63%
take_200k_first_chunk_only 4.3 ms 3.4 ms +25.55%
new_alp_prim_test_between[f64, 32768] 174.1 µs 232.9 µs -25.23%
new_bp_prim_test_between[i64, 32768] 217.2 µs 158.4 µs +37.18%
from_iter[BitBuffer, 1024] 7.1 µs 8.7 µs -18.09%
from_iter[BitBuffer, 16384] 41.3 µs 64.2 µs -35.67%
from_iter[BitBuffer, 2048] 9.3 µs 12.3 µs -24.31%
from_iter[BitBuffer, 65536] 150 µs 241.1 µs -37.81%
🆕 decompress[("alp_for_bp_f64", 0x758830)] N/A 24.2 ms N/A
🆕 decompress[("datetime_for_bp", 0x75bb10)] N/A 34.9 ms N/A
🆕 decompress[("dict_fsst_varbin_bp_string", 0x75ac20)] N/A 14.5 ms N/A
🆕 decompress[("dict_fsst_varbin_string", 0x75a590)] N/A 14.5 ms N/A
🆕 decompress[("dict_varbinview_string", 0x759250)] N/A 14.7 ms N/A
🆕 decompress[("for_bp_u64", 0x7580e0)] N/A 2.5 ms N/A
🆕 decompress[("runend_for_bp_u32", 0x7596e0)] N/A 2 ms N/A

Footnotes

  1. 22 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.