dmd 2.029 release

Georg Wrede georg.wrede at iki.fi
Mon Apr 20 05:46:43 PDT 2009


Walter Bright wrote:
> 
> This is a major revision to Phobos, including Andrei's revolutionary new 
> range support.
> 
> http://www.digitalmars.com/d/2.0/changelog.html
> http://ftp.digitalmars.com/dmd.2.029.zip

The documentation for completeSort in std.algorithm says:

    Performs O(n * log(n)) (best case)
          to O(n * log(n)) (worst-case) evaluations of swap.

I wonder what it should be.




More information about the Digitalmars-d-announce mailing list