Skip to content

add nice-to-have vector methods to `PVectorMut`

fcafdd5
Select commit
Loading
Failed to load commit list.
Merged

Feature: Add methods to PVectorMut similar to std::vec::Vec #5079

add nice-to-have vector methods to `PVectorMut`
fcafdd5
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.82%
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.7 µs -25.18%
new_bp_prim_test_between[i64, 32768] 217.2 µs 158.2 µs +37.33%
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", 0x7588b0)] N/A 24.2 ms N/A
🆕 decompress[("datetime_for_bp", 0x75bb90)] N/A 34.9 ms N/A
🆕 decompress[("dict_fsst_varbin_bp_string", 0x75aca0)] N/A 14.5 ms N/A
🆕 decompress[("dict_fsst_varbin_string", 0x75a610)] N/A 14.5 ms N/A
🆕 decompress[("dict_varbinview_string", 0x7592d0)] N/A 14.7 ms N/A
🆕 decompress[("for_bp_u64", 0x758160)] N/A 2.5 ms N/A
🆕 decompress[("runend_for_bp_u32", 0x759760)] 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.