[phobos] [D-Programming-Language/phobos] 7ed433: Optimize std.algorithm.sort to be ~2.5x faster for...

Michel Fortin michel.fortin at michelf.com
Sun May 22 16:49:00 PDT 2011


Le 2011-05-22 à 19:37, David Simcha a écrit :

> On 5/22/2011 7:35 PM, noreply at github.com wrote:
>> Branch: refs/heads/master
>> Home:   https://github.com/D-Programming-Language/phobos
>> 
>> Commit: 7ed4331f37edf6c3f433bd71eeaaefe917a6651a
>>     https://github.com/D-Programming-Language/phobos/commit/7ed4331f37edf6c3f433bd71eeaaefe917a6651a
>> Author: dsimcha<dsimcha at gmail.com>
>> Date:   2011-05-22 (Sun, 22 May 2011)
>> 
>> Changed paths:
>>   M std/algorithm.d
>> 
>> Log Message:
>> -----------
>> Optimize std.algorithm.sort to be ~2.5x faster for sorting large integer arrays.
> 
> ARGH...I meant to commit this to my branch, not to DProgrammingLanguage.  Finding way to undo...

Just do:

	git revert 7ed4331f3

This will create a new commit reverting yours. Then push.

Please don't try to rewrite history by using "git reset ..." in the public repository as it'll cause problems with the auto tester, and potentially annoy other people if they fetched your commit.

-- 
Michel Fortin
michel.fortin at michelf.com
http://michelf.com/





More information about the phobos mailing list