rust/compiler/rustc_index/src
bors ecdd374e61 Auto merge of #97863 - JakobDegen:bitset-choice, r=nnethercote
`BitSet` related perf improvements

This commit makes two changes:
 1. Changes `MaybeLiveLocals` to use `ChunkedBitSet`
 2. Overrides the `fold` method for the iterator for `ChunkedBitSet`

I have local benchmarks verifying that each of these changes individually yield significant perf improvements to #96451 . I'm hoping this will be true outside of that context too. If that is not the case, I'll try to gate things on where they help as needed

r? `@nnethercote` who I believe was working on closely related things, cc `@tmiasko` because of the destprop pr
2022-06-17 07:35:22 +00:00
..
bit_set BitSet perf improvements 2022-06-14 19:41:58 -07:00
interval correct the test if IntervalSet 2022-06-08 22:44:26 +08:00
vec Fix test 2022-02-24 16:02:07 -05:00
bit_set.rs BitSet perf improvements 2022-06-14 19:41:58 -07:00
interval.rs fix the impl error in insert_all 2022-06-08 22:09:26 +08:00
lib.rs Convert newtype_index to a proc macro 2022-02-24 16:02:06 -05:00
vec.rs Use delayed error handling for Encodable and Encoder infallible. 2022-06-08 07:01:26 +10:00