We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4466ae0 commit add2002Copy full SHA for add2002
src/bitmap/ops_with_serialized.rs
@@ -97,7 +97,7 @@ impl RoaringBitmap {
97
drop(offsets); // We could use these offsets but we are lazy
98
}
99
100
- let mut containers = Vec::with_capacity(size);
+ let mut containers = Vec::new();
101
102
// Read each container and skip the useless ones
103
for i in 0..size {
0 commit comments