Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose incremental utf8 decoding APIs #2356

Open
harendra-kumar opened this issue Mar 15, 2023 · 1 comment · May be fixed by #2408
Open

Expose incremental utf8 decoding APIs #2356

harendra-kumar opened this issue Mar 15, 2023 · 1 comment · May be fixed by #2408
Assignees

Comments

@harendra-kumar
Copy link
Member

For the WordCountParalleUTF8 example:

import qualified Streamly.Internal.Unicode.Stream as Unicode
       (DecodeState, DecodeError(..), CodePoint, decodeUtf8Either
       , resumeDecodeUtf8Either)
@harendra-kumar harendra-kumar added this to the 0.9.1 milestone Mar 15, 2023
@rnjtranjan rnjtranjan self-assigned this May 25, 2023
@adithyaov adithyaov self-assigned this Jul 21, 2023
@adithyaov adithyaov linked a pull request Jul 24, 2023 that will close this issue
@adithyaov
Copy link
Member

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

@harendra-kumar harendra-kumar modified the milestones: 0.9.1, 0.11.0 Nov 21, 2023
@harendra-kumar harendra-kumar removed this from the 0.11.0 milestone Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants