[phobos] [D-Programming-Language/phobos] 14b709: Simplified std.algorithm.copy array overlap test.
GitHub
noreply at github.com
Wed Dec 26 01:58:34 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 14b7095bd844c5baac4a3898d2a5e1ea71a8e140
https://github.com/D-Programming-Language/phobos/commit/14b7095bd844c5baac4a3898d2a5e1ea71a8e140
Author: Peter Alexander <peter.alexander.au at gmail.com>
Date: 2012-12-25 (Tue, 25 Dec 2012)
Changed paths:
M std/algorithm.d
Log Message:
-----------
Simplified std.algorithm.copy array overlap test.
The array overlap test in std.algorithm.copy did an unnecessary amount of comparisons. This pull request simplifies it.
Commit: f780ce4f29c482a90dd010b6ac3b520ebcfe0842
https://github.com/D-Programming-Language/phobos/commit/f780ce4f29c482a90dd010b6ac3b520ebcfe0842
Author: Alex Rønne Petersen <alex at alexrp.com>
Date: 2012-12-26 (Wed, 26 Dec 2012)
Changed paths:
M std/algorithm.d
Log Message:
-----------
Merge pull request #1031 from Poita/better-overlap-test
Simplified std.algorithm.copy array overlap test.
Compare: https://github.com/D-Programming-Language/phobos/compare/b12c5979d89a...f780ce4f29c4
More information about the phobos
mailing list