mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
" Introduce a gentle (yielding) implementation of reserve for chunked vector and use it when reserving the backing storage vector for large bitset. Large bitset is used by bloom filters, which can be quite large and have been observed to cause stalls when allocating memory for the storage. Fixes: #6974 Tests: unit(dev) " * 'gentle-reserve/v1' of https://github.com/denesb/scylla: utils/large_bitset: use reserve_partial() to reserve _storage utils/chunked_vector: add reserve_partial()