<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/liballoc/benches, branch 1.37.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.37.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.37.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-03-29T11:18:20+00:00</updated>
<entry>
<title>improve worst-case performance of BTreeSet difference and intersection</title>
<updated>2019-03-29T11:18:20+00:00</updated>
<author>
<name>Stein Somers</name>
<email>git@steinsomers.be</email>
</author>
<published>2019-03-13T22:01:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f5fee8fd7d2bd25ac63b9ea44925f9ac2f61c3d2'/>
<id>urn:sha1:f5fee8fd7d2bd25ac63b9ea44925f9ac2f61c3d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some unnecessary 'extern crate'</title>
<updated>2019-02-24T15:40:34+00:00</updated>
<author>
<name>Taiki Endo</name>
<email>te316e89@gmail.com</email>
</author>
<published>2019-02-24T15:40:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9a0b4b6705469e356a03fb7ea9522636492957c4'/>
<id>urn:sha1:9a0b4b6705469e356a03fb7ea9522636492957c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #58620 - ssomers:btreeset_intersection_benchmarks, r=KodrAus</title>
<updated>2019-02-22T13:58:14+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-02-22T13:58:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a2a2b7b7495701d326b16a53706319f529ebcd78'/>
<id>urn:sha1:a2a2b7b7495701d326b16a53706319f529ebcd78</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Rollup merge of #58064 - llogiq:vec-deque-try-rfold, r=scottmcm</title>
<updated>2019-02-22T13:57:58+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-02-22T13:57:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=70cc6c980cb4540d05a628f492d365ae422fa22f'/>
<id>urn:sha1:70cc6c980cb4540d05a628f492d365ae422fa22f</id>
<content type='text'>
override `VecDeque::try_rfold`, also update iterator

This keeps the slice based iteration and updates the iterator state after each slice. It also uses a loop to reduce the amount of code.

This uses unsafe code, so some thorough review would be appreciated. Cc @RalfJung
</content>
</entry>
<entry>
<title>introduce benchmarks of BTreeSet.intersection</title>
<updated>2019-02-21T16:26:10+00:00</updated>
<author>
<name>Stein Somers</name>
<email>git@steinsomers.be</email>
</author>
<published>2019-02-21T16:26:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=09a24545a848f0d89bb6464c2af730095b816618'/>
<id>urn:sha1:09a24545a848f0d89bb6464c2af730095b816618</id>
<content type='text'>
</content>
</entry>
<entry>
<title>override `VecDeque::try_rfold`, also update iterator</title>
<updated>2019-02-18T21:30:51+00:00</updated>
<author>
<name>Andre Bogus</name>
<email>bogusandre@gmail.com</email>
</author>
<published>2019-02-02T00:29:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=64c915e3ade66d3335c445eed89509dc41502c13'/>
<id>urn:sha1:64c915e3ade66d3335c445eed89509dc41502c13</id>
<content type='text'>
This keeps the slice based iteration and updates the iterator
state after each slice. It also uses a loop to reduce the amount
of code.

This uses unsafe code, so some thorough review would be
appreciated.
</content>
</entry>
<entry>
<title>Stabilize slice_sort_by_cached_key</title>
<updated>2019-02-13T06:26:44+00:00</updated>
<author>
<name>Scott McMurray</name>
<email>scottmcm@users.noreply.github.com</email>
</author>
<published>2019-01-31T20:47:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3777b86f9b79306d16982ed693a5e4634be13a0e'/>
<id>urn:sha1:3777b86f9b79306d16982ed693a5e4634be13a0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>liballoc: revert nested imports style changes.</title>
<updated>2019-02-03T07:27:44+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-02-03T07:27:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2396780cdaedf097dd6a8f3927749bcaf5b1238b'/>
<id>urn:sha1:2396780cdaedf097dd6a8f3927749bcaf5b1238b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>liballoc: refactor &amp; fix some imports.</title>
<updated>2019-02-02T09:14:40+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-02-02T09:14:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7693e3e6662c2ae8aa24d69434161f501d855420'/>
<id>urn:sha1:7693e3e6662c2ae8aa24d69434161f501d855420</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump bootstrap compiler to 1.33 beta</title>
<updated>2019-01-26T15:02:08+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-01-19T23:25:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b7f030e114186890612872c89498cbc914c0220f'/>
<id>urn:sha1:b7f030e114186890612872c89498cbc914c0220f</id>
<content type='text'>
</content>
</entry>
</feed>
