[Issue 14368] stdio.rawRead underperforms stdio

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14368

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/e741c24f8578498be6b11bcc76e150b4f001be3a
Fix Issue 14368 - rawRead performance

https://github.com/dlang/phobos/commit/4d30c1d15d47eee3f4341feb3ee25eb0102fb6ae
Merge pull request #3127 from charles-cooper/issue_14368

--


[Issue 14368] stdio.rawRead underperforms stdio

2015-04-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14368

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 14368] stdio.rawRead underperforms stdio

2015-04-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14368

--- Comment #1 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/e741c24f8578498be6b11bcc76e150b4f001be3a
Fix Issue 14368 - rawRead performance

reduce performance gap between fread and rawRead
cf. https://issues.dlang.org/show_bug.cgi?id=14368

https://github.com/D-Programming-Language/phobos/commit/4d30c1d15d47eee3f4341feb3ee25eb0102fb6ae
Merge pull request #3127 from charles-cooper/issue_14368

Fix Issue 14368 - rawRead performance

--


[Issue 14368] stdio.rawRead underperforms stdio

2015-03-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14368

Charles  changed:

   What|Removed |Added

 CC||cooper.charle...@gmail.com

--