On Friday, 18 May 2012 at 19:18:21 UTC, Artur Skawina wrote:
On 05/18/12 20:18, Artur Skawina wrote:
On 05/18/12 17:43, kenji hara wrote:
I'm designing experimental IO primitives:
https://github.com/9rnsr/dio
It has a sample benchmark to compare performance with
std.stdio for
line iteration.
It's not exactly what i had i mind, but i tried to build it;
it wants a 'io/wrapper.d' module which can not be found.
And is apparently windows-only; missing HANDLE type, non-
existent TextOutputRange. I gave up after running into:
io/file.d:263: Error: static assert (isSource!(File)) is false
Current dio is PoC for new IO design.
If we go with such design, I will add Linux/Mac support to dio.
Masahiro