<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_index/src/interval, branch lcnr/rustc-dev-guide</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=lcnr/rustc-dev-guide</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=lcnr/rustc-dev-guide'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2022-06-08T14:44:26+00:00</updated>
<entry>
<title>correct the test if IntervalSet</title>
<updated>2022-06-08T14:44:26+00:00</updated>
<author>
<name>SparrowLii</name>
<email>liyuan179@huawei.com</email>
</author>
<published>2022-06-08T14:44:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=726b35bd701457bc632ca1c5cdb5070a71d6de03'/>
<id>urn:sha1:726b35bd701457bc632ca1c5cdb5070a71d6de03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce IntervalSet</title>
<updated>2021-12-31T03:33:44+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2021-11-05T18:50:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=00c55a1bb83a9dccad806d8b9994a4e343aec24c'/>
<id>urn:sha1:00c55a1bb83a9dccad806d8b9994a4e343aec24c</id>
<content type='text'>
This is a compact, fast storage for variable-sized sets, typically consisting of
larger ranges. It is less efficient than a bitset if ranges are both small and
the domain size is small, but will still perform acceptably. With enormous
domain sizes and large ranges, the interval set performs much better, as it can
be much more densely packed in memory than the uncompressed bit set alternative.
</content>
</entry>
</feed>
