Re: [PATCH] compat: Add simplified merge sort implementation from glibc

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Johannes Schindelin <Johannes.Schindelin@...>
Cc: Junio C Hamano <gitster@...>, Steffen Prohaska <prohaska@...>, <git@...>, <msysgit@...>
Date: Sunday, February 3, 2008 - 12:50 am

On Sun, Feb 03, 2008 at 02:37:27AM +0000, Johannes Schindelin wrote:

If this is what I am thinking of, the sort of dubious licensing was
faster than glibc's quicksort.  This patch, however, is simplified from
glibc's mergesort (which is what glibc uses for the qsort() call except
for very large arrays), and was determined to be faster than both.

See:

http://groups.google.com/group/msysgit/browse_frm/thread/3c2eb564b9d0a994

and the links from that thread for more information.

-bcd
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] compat: Add simplified merge sort implementation..., Johannes Schindelin, (Sat Feb 2, 10:37 pm)
Re: [PATCH] compat: Add simplified merge sort implementation..., Brian Downing, (Sun Feb 3, 12:50 am)
Re: [PATCH] compat: Add simplified merge sort implementation..., Johannes Schindelin, (Sun Feb 3, 5:09 pm)