[phobos] [D-Programming-Language/phobos] 58fef7: Fixes in std algorithm
GitHub
noreply at github.com
Sun Aug 5 20:14:23 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 58fef77d02919f844b83b7de157420d9f8f8edda
https://github.com/D-Programming-Language/phobos/commit/58fef77d02919f844b83b7de157420d9f8f8edda
Author: monarchdodra <monarchdodra at gmail.com>
Date: 2012-07-31 (Tue, 31 Jul 2012)
Changed paths:
M std/algorithm.d
Log Message:
-----------
Fixes in std algorithm
*Tuning of map for "length", "opIndex", "opSlice"
*Fill is more efficient, accepts infinite inpute length
*adjacentFind: Correctly saves
*minCount: Using value types (and not reference types). Throws on empty range
*minPos: Correcttly saves
*equal: More efficient implementation
Commit: d0457fe82a5f140218d8a9700eb7c26a236d4abe
https://github.com/D-Programming-Language/phobos/commit/d0457fe82a5f140218d8a9700eb7c26a236d4abe
Author: monarchdodra <monarchdodra at gmail.com>
Date: 2012-07-31 (Tue, 31 Jul 2012)
Changed paths:
M std/algorithm.d
Log Message:
-----------
This test is actually needed
Adds "isSomeString" to map's "length" test.
Commit: d823b4eb13d8a9cfb7fdf0c4cff8e3be15dc0fcd
https://github.com/D-Programming-Language/phobos/commit/d823b4eb13d8a9cfb7fdf0c4cff8e3be15dc0fcd
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2012-08-05 (Sun, 05 Aug 2012)
Changed paths:
M std/algorithm.d
Log Message:
-----------
Merge pull request #731 from monarchdodra/algoSave2
Fixes in std algorithm
Compare: https://github.com/D-Programming-Language/phobos/compare/2296401172dc...d823b4eb13d8
More information about the phobos
mailing list