[phobos] [D-Programming-Language/phobos] a8f80e: cartesianProduct: default order should be lexicogr...

GitHub via phobos phobos at puremagic.com
Thu Jul 10 14:11:42 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: a8f80e04f20257aedd8a2ed50b6b083f7fbd2864
      https://github.com/D-Programming-Language/phobos/commit/a8f80e04f20257aedd8a2ed50b6b083f7fbd2864
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2014-07-02 (Wed, 02 Jul 2014)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  cartesianProduct: default order should be lexicographically sorted.


  Commit: 66287d0f293aeb11b7ad5b72ea98731a2667dacf
      https://github.com/D-Programming-Language/phobos/commit/66287d0f293aeb11b7ad5b72ea98731a2667dacf
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2014-07-02 (Wed, 02 Jul 2014)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Update unittest and example code to reflect new ordering.


  Commit: 95ea9c82ea5df3caea678915b27e6473d1e606eb
      https://github.com/D-Programming-Language/phobos/commit/95ea9c82ea5df3caea678915b27e6473d1e606eb
  Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
  Date:   2014-07-02 (Wed, 02 Jul 2014)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Get rid of exponential template bloat for most common use case of cartesianProduct.


  Commit: bcceb5424b7e319ca5dd3b36d82b3ec1978cfa27
      https://github.com/D-Programming-Language/phobos/commit/bcceb5424b7e319ca5dd3b36d82b3ec1978cfa27
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-07-10 (Thu, 10 Jul 2014)

  Changed paths:
    M std/algorithm.d

  Log Message:
  -----------
  Merge pull request #2276 from quickfur/cprod_improve1

cartesianProduct improvement


Compare: https://github.com/D-Programming-Language/phobos/compare/5c6884a1768d...bcceb5424b7e


More information about the phobos mailing list