rust/src/liballoc
Mazdak Farrokhzad a2a2b7b749
Rollup merge of #58620 - ssomers:btreeset_intersection_benchmarks, r=KodrAus
introduce benchmarks of BTreeSet.intersection

16 tests combining 4 kinds of contents with different sizes exposing edge cases.
The ones with asymmetric sizes are addressed by https://github.com/rust-lang/rust/pull/58577.
The pos_vs_neg cases seems (are were meant to be) the same as the neg_vs_pos case (same thing, reverse order) but reality shows a surprsing 25% difference.
2019-02-22 14:58:14 +01:00
..
benches Rollup merge of #58620 - ssomers:btreeset_intersection_benchmarks, r=KodrAus 2019-02-22 14:58:14 +01:00
collections Rollup merge of #58431 - RalfJung:btree, r=Mark-Simulacrum 2019-02-22 14:58:00 +01:00
tests Rollup merge of #58064 - llogiq:vec-deque-try-rfold, r=scottmcm 2019-02-22 14:57:58 +01:00
alloc.rs liballoc: revert nested imports style changes. 2019-02-03 08:27:44 +01:00
borrow.rs Rollup merge of #58553 - scottmcm:more-ihle, r=Centril 2019-02-20 11:59:10 +08:00
boxed.rs Rollup merge of #58429 - RalfJung:box, r=TimNN 2019-02-16 14:11:41 +08:00
boxed_test.rs liballoc: revert nested imports style changes. 2019-02-03 08:27:44 +01:00
Cargo.toml liballoc => edition = 2018. 2019-02-02 08:36:03 +01:00
fmt.rs tests: doc comments 2019-02-10 23:42:32 +00:00
lib.rs Rollup merge of #58468 - RalfJung:maybe-uninit-split, r=Centril 2019-02-16 14:11:55 +08:00
macros.rs Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik 2019-02-12 19:09:24 +00:00
prelude.rs liballoc: revert nested imports style changes. 2019-02-03 08:27:44 +01:00
raw_vec.rs libs: doc comments 2019-02-10 23:57:25 +00:00
rc.rs libs: doc comments 2019-02-10 23:57:25 +00:00
slice.rs Revert "Remove mentions of unstable sort_by_cached key from stable documentation" 2019-02-12 22:26:44 -08:00
str.rs Move str::escape_* to libcore 2019-02-12 09:55:30 +01:00
string.rs libs: doc comments 2019-02-10 23:57:25 +00:00
sync.rs libs: doc comments 2019-02-10 23:57:25 +00:00
vec.rs Rollup merge of #57656 - scottmcm:deprecate-resize_default, r=SimonSapin 2019-02-22 14:57:55 +01:00