Skip to content

Rewrite From<MethodSet> for Vec<Method> impl #194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2018

Conversation

smangelsdorf
Copy link
Contributor

The existing implementation, which relied heavily on chained iterators, was causing the optimiser to take a very long time when building in release mode.

The existing implementation, which relied heavily on chained iterators,
was causing the optimiser to take a very long time when building in
release mode.
@bradleybeddoes
Copy link
Contributor

Failures on Travis CI are for rustfmt only which is being considered in #193 currently and waiting for Rust 1.25 to assist decision making.

@bradleybeddoes bradleybeddoes merged commit d25ca9e into 0.2-maint Mar 27, 2018
@bradleybeddoes
Copy link
Contributor

Awesome diagnosis work @smangelsdorf

impressive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants