[Lazarus] Lazarus support for Sorting is completely inadequate.

Mattias Gaertner nc-gaertnma at netcologne.de
Sun Dec 2 10:11:38 CET 2012


On Sun, 2 Dec 2012 10:59:02 +0200
Juha Manninen <juha.manninen62 at gmail.com> wrote:

> On Sun, Dec 2, 2012 at 10:39 AM, Alexander Klenin <klenin at gmail.com> wrote:
> > quicksort is unstable, which is not good when sorting non-trivial containers.
> 
> How is it unstable? I may have gaps in my knowledge.

http://en.wikipedia.org/wiki/Sorting_algorithm

Quicksort has some more drawbacks, of which some can be easily
remedied. The FCL implementation has some of these improvements.


> Yes, the lack of standard algorithms and container classes is a big
> problem. I must study the improved FCL-STL.


Mattias




More information about the Lazarus mailing list