[Haskell-cafe] Re[2]: Streams: the extensible I/O library

Marcin 'Qrczak' Kowalczyk qrczak at knm.org.pl
Sun Feb 12 16:04:49 EST 2006


Bulat Ziganshin <bulatz at HotPOP.com> writes:

> recoding don't need any startup. each vGetChar or vPutChar
> just executes one or more vGetByte/vPutByte calls, according to
> encoding rules. this should be fast enough

Hmm, your interface for the encoder (String -> [Word8]) doesn't
support stateful encodings at all, like ISO-2022-JP.

-- 
   __("<         Marcin Kowalczyk
   \__/       qrczak at knm.org.pl
    ^^     http://qrnik.knm.org.pl/~qrczak/


More information about the Haskell-Cafe mailing list