On Monday, 16 October 2017 at 14:45:21 UTC, Steven Schveighoffer wrote:
On 10/12/17 8:41 AM, Steven Schveighoffer wrote:
On 10/12/17 1:48 AM, Dmitry Olshansky wrote:
On Thursday, 12 October 2017 at 04:22:01 UTC, Steven Schveighoffer wrote:
[...]

Might be able to help you on that using WinAPI for I/O. (I assume bypassing libc is one of goals).

That would be awesome! Yes, the idea is to avoid any "extra" buffering. So using CreateFile, ReadFile, etc.

Dmitry hold off on this if you were going to do it. I have been looking at Jason White's io library, and think I'm going to just extract all the low-level types he has there as a basic io library, as they are fairly complete, and start from there. His library includes the ability to use Windows.

Meh, not that I had mich spare time to actually do anything ;)

Might help by reviewing what you have there.
-Steve

Reply via email to