]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #7934 : sfackler/rust/smallintset, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 23 Jul 2013 10:04:39 +0000 (03:04 -0700)
committerbors <bors@rust-lang.org>
Tue, 23 Jul 2013 10:04:39 +0000 (03:04 -0700)
SmallIntSet is equivalent to BitvSet but with 64 times the memory
overhead. There's no reason for it to exist.

SmallIntSet's overhead should really only be 8 times, but for some
reason, `sys::size_of::<Option<()>>() == 8`, not 1.


Trivial merge