streamly icon indicating copy to clipboard operation
streamly copied to clipboard

Expose incremental utf8 decoding APIs

Open harendra-kumar opened this issue 2 years ago • 1 comments

For the WordCountParalleUTF8 example:

import qualified Streamly.Internal.Unicode.Stream as Unicode
       (DecodeState, DecodeError(..), CodePoint, decodeUtf8Either
       , resumeDecodeUtf8Either)

harendra-kumar avatar Mar 15 '23 21:03 harendra-kumar

What should (CodePoint, DecodeState) be called? What operations make sense on (CodePoint, DecodeState)? isStarter? getCodePoint?

adithyaov avatar Jul 26 '23 20:07 adithyaov