-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve clone_from_slice performance
- Loading branch information
Julian Orth
committed
Oct 11, 2014
1 parent
cd1fa91
commit cea171b
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cea171b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from pcwalton
at mahkoh@cea171b
cea171b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging mahkoh/rust/clone_from_slice = cea171b into auto
cea171b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mahkoh/rust/clone_from_slice = cea171b merged ok, testing candidate = c53f8a9
cea171b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/1932
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/1931
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/1924
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/1931
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/1926
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/1925
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/1925
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/1929
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/1922
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/1922
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/1925
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/1581
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/1581
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/1583
success: http://buildbot.rust-lang.org/builders/auto-win-64-opt/builds/421
success: http://buildbot.rust-lang.org/builders/auto-win-64-nopt-t/builds/420
success: http://buildbot.rust-lang.org/builders/auto-win-64-nopt-c/builds/412
cea171b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto = c53f8a9