Another custom container post for my Vectors and Vector Based Containers series. In this post I'll look at an alternative implementation of the humble bit vector, designed specifically for optimising zero fill operations. It's not a new technique, and not particularly complicated to implement, but it's not completely obvious, and it's something that gave us some noticeable speedups when applied to