Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

use rust 1.18's retain to boost the purge performance #5801

Merged
merged 1 commit into from
Jun 18, 2017

Conversation

guanqun
Copy link
Contributor

@guanqun guanqun commented Jun 8, 2017

Therefore, we don't need to create a temporary vector.

@rphmeier rphmeier added A7-looksgoodcantmerge 🙄 Pull request is reviewed well, but cannot be merged due to conflicts. M4-core ⛓ Core client code / Rust. labels Jun 8, 2017
@rphmeier
Copy link
Contributor

rphmeier commented Jun 8, 2017

excellent, glad that's stabilized.

@guanqun
Copy link
Contributor Author

guanqun commented Jun 8, 2017

Why can't we merge this? :) Because we don't want to require a recent rust version?

@rphmeier rphmeier added A8-looksgood 🦄 Pull request is reviewed well. and removed A7-looksgoodcantmerge 🙄 Pull request is reviewed well, but cannot be merged due to conflicts. labels Jun 8, 2017
@rphmeier
Copy link
Contributor

rphmeier commented Jun 8, 2017

happy to merge it, there were just conflicts before.

@rphmeier rphmeier added A4-awaitingci 🤖 Pull request is waiting for changes on the CI to complete tests before review/merge can begin. and removed A8-looksgood 🦄 Pull request is reviewed well. labels Jun 8, 2017
@guanqun
Copy link
Contributor Author

guanqun commented Jun 9, 2017

Hmm. the CI is still using the old version...

stable-x86_64-unknown-linux-gnu (default)
rustc 1.17.0 (56124baa9 2017-04-24)

Probably it's just because it's still using the cached version. How can we re-trigger the CI?

@guanqun
Copy link
Contributor Author

guanqun commented Jun 9, 2017

Checking the .gitlab-ci.yml, seems like we're using a specific image parity/rust:gitlab-ci, I believe we have to upgrade this default image in order to pick up the latest rust version.

@guanqun
Copy link
Contributor Author

guanqun commented Jun 18, 2017

It passed the CI, should be ready for merge. :)

@rphmeier rphmeier added A8-looksgood 🦄 Pull request is reviewed well. and removed A4-awaitingci 🤖 Pull request is waiting for changes on the CI to complete tests before review/merge can begin. labels Jun 18, 2017
@rphmeier rphmeier merged commit e06d1db into openethereum:master Jun 18, 2017
@guanqun guanqun deleted the use-retain-for-memorydb branch June 18, 2017 05:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well. M4-core ⛓ Core client code / Rust.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants