[phobos] [D-Programming-Language/phobos] e741c2: Fix Issue 14368 - rawRead performance
GitHub via phobos
phobos at puremagic.com
Fri Apr 3 10:08:46 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: e741c24f8578498be6b11bcc76e150b4f001be3a
https://github.com/D-Programming-Language/phobos/commit/e741c24f8578498be6b11bcc76e150b4f001be3a
Author: Charles Cooper <cooper.charles.m at gmail.com>
Date: 2015-03-30 (Mon, 30 Mar 2015)
Changed paths:
M std/stdio.d
Log Message:
-----------
Fix Issue 14368 - rawRead performance
reduce performance gap between fread and rawRead
cf. https://issues.dlang.org/show_bug.cgi?id=14368
Commit: 962073a423d17c6b1641d3cf45ea940efd78b9e0
https://github.com/D-Programming-Language/phobos/commit/962073a423d17c6b1641d3cf45ea940efd78b9e0
Author: Charles Cooper <cooper.charles.m at gmail.com>
Date: 2015-03-30 (Mon, 30 Mar 2015)
Changed paths:
M std/stdio.d
Log Message:
-----------
style -- throw exception instead of calling enforce
cf. https://github.com/D-Programming-Language/phobos/pull/3127/files#r27414148
Commit: 4493008e7ada12be917414523efe73d3582d23e8
https://github.com/D-Programming-Language/phobos/commit/4493008e7ada12be917414523efe73d3582d23e8
Author: Charles Cooper <cooper.charles.m at gmail.com>
Date: 2015-04-01 (Wed, 01 Apr 2015)
Changed paths:
M std/stdio.d
Log Message:
-----------
style suggestions
Commit: 4d30c1d15d47eee3f4341feb3ee25eb0102fb6ae
https://github.com/D-Programming-Language/phobos/commit/4d30c1d15d47eee3f4341feb3ee25eb0102fb6ae
Author: Steven Schveighoffer <schveiguy at yahoo.com>
Date: 2015-04-03 (Fri, 03 Apr 2015)
Changed paths:
M std/stdio.d
Log Message:
-----------
Merge pull request #3127 from charles-cooper/issue_14368
Fix Issue 14368 - rawRead performance
Compare: https://github.com/D-Programming-Language/phobos/compare/9191229c979c...4d30c1d15d47
More information about the phobos
mailing list