emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sorting in C


From: Lars Ingebrigtsen
Subject: Re: sorting in C
Date: Tue, 22 Feb 2022 14:12:40 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Andrew Cohen <acohen@ust.hk> writes:

> 3. Replaced the current vector sorting algorithm with TIMSORT. This did
>    exactly what TIMSORT is supposed to do: on random data it is
>    marginally slower than the current mergesort. But on partially
>    ordered data it is 5 times faster.

That's impressive -- my guess is that we do typically sort partially
ordered data a lot.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

[Prev in Thread] Current Thread [Next in Thread]