[Issue 11298] New: Replace `std.stdio` module functionality with the use of only native system API
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Oct 19 02:58:26 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11298
Summary: Replace `std.stdio` module functionality with the use
of only native system API
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Phobos
AssignedTo: verylonglogin.reg at gmail.com
ReportedBy: verylonglogin.reg at gmail.com
--- Comment #0 from Denis Shelomovskij <verylonglogin.reg at gmail.com> 2013-10-19 13:58:22 MSD ---
Advantages of the file I/O functionality based on native system API:
* No dependencies on C library bugs.
This includes missing workarounds for OS API bugs in C library.
* No dependencies on C library API.
This allows a reach API with the ability to use a platform-specific
functionality.
* Performance.
As a result of limited C library API and possible bugs is't possible to
have a performance gaps because of C library use (e.g. see Issue 7033).
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list