-
-
Notifications
You must be signed in to change notification settings - Fork 785
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
compilation error on 1.7.0-nightly #200
Labels
Comments
I've updated syntex, aster, and quasi, but I'm unfortunately still blocked on rust-lang/rust#30713 being fixed, which is breaking the |
@erickt thanks for responding; glad to know it's not something on my end. I'll keep an eye on that issue. Thanks! |
Should be working now! |
excellent |
rubdos
pushed a commit
to rubdos/serde
that referenced
this issue
Jun 20, 2017
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)
rubdos
pushed a commit
to rubdos/serde
that referenced
this issue
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
I'm having trouble installing this package; for some reason it's failing. I'm fairly new to rust, and haven't seen this particular error yet. I was wondering if you could perhaps help me figure out what's going wrong here. Thanks!
versions
code
error
The text was updated successfully, but these errors were encountered: