rhalbersma / bit_set

Rebooting the std::bitset franchise
Boost Software License 1.0
40 stars 5 forks source link

Optimize ranged construction/insertion #24

Open rhalbersma opened 5 months ago

rhalbersma commented 5 months ago

We currently just loop over the range and add values element-wise We should find the first and last blocks and fill the intermediate range block-wise.