[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Soundness of table.sort
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 6 Nov 2015 08:13:09 -0200
> When Albert Nijenhuis and Herbert Wilf wrote their seminal work
> "Combinatorial Algorithms" back in 1975, they chose Heapsort
> as the preferred sorting method because it is in-place, has O(n*log(n))
> worst-case time, and among all algorithms with these two properties
> known at the time was shortest to code (23 lines of Fortran) . I think
> it still holds that particular record.
Nevertheless, its memory access pattern is not the best for current machines.
- References:
- Soundness of table.sort, takuya hashimoto
- Re: Soundness of table.sort, Dirk Laurie
- Re: Soundness of table.sort, Tim Hill
- Re: Soundness of table.sort, Roberto Ierusalimschy
- Re: Soundness of table.sort, Dirk Laurie
- Re: Soundness of table.sort, Peter Cawley
- Re: Soundness of table.sort, Roberto Ierusalimschy
- Re: Soundness of table.sort, Peter Cawley
- Re: Soundness of table.sort, Roberto Ierusalimschy
- Re: Soundness of table.sort, Dirk Laurie