Skip to content
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

Remove extraneous flag #205

Merged
merged 1 commit into from
Jan 18, 2016
Merged

Remove extraneous flag #205

merged 1 commit into from
Jan 18, 2016

Conversation

JohnHeitmann
Copy link
Contributor

Getting this out of the way in front of a bigger patch it would have gotten lost in. This change should do nothing. I think the intention here was to say, "Yes, take the default format if needed in renames", but this default is about data defaulting (and rename defaults are always taken anyway if needed).

@erickt
Copy link
Member

erickt commented Jan 16, 2016

Yep, I think you're right. I checked, and this didn't seem to do anything.

erickt added a commit that referenced this pull request Jan 18, 2016
@erickt erickt merged commit 939e154 into serde-rs:master Jan 18, 2016
rubdos pushed a commit to rubdos/serde that referenced this pull request Jun 20, 2017
bigint: allow `Sub` to work in-place on the RHS

A new Fibonacci benchmark demonstrates the improvement by using both
addition and subtraction in each iteration of the loop, like serde-rs#200.

Before:

    test fib2_100          ... bench:       4,558 ns/iter (+/- 3,357)
    test fib2_1000         ... bench:      62,575 ns/iter (+/- 5,200)
    test fib2_10000        ... bench:   2,898,425 ns/iter (+/- 207,973)

After:

    test fib2_100          ... bench:       1,973 ns/iter (+/- 102)
    test fib2_1000         ... bench:      41,203 ns/iter (+/- 947)
    test fib2_10000        ... bench:   2,544,272 ns/iter (+/- 45,183)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants