stream interfaces - with ranges

Artur Skawina art.08.09 at gmail.com
Fri May 18 11:26:20 PDT 2012


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

artur


More information about the Digitalmars-d mailing list