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

Preserve chunking of input to writeUtf8Lines with intersperse. #3357

Merged
merged 3 commits into from
Dec 23, 2023

Conversation

zainab-ali
Copy link
Contributor

writeUtf8Lines uses a flatMap to intersperse a line separator and hence destroys chunking. intersperse improves the performance by preserving chunks.

@zainab-ali zainab-ali marked this pull request as draft December 6, 2023 16:22
@zainab-ali zainab-ali marked this pull request as ready for review December 6, 2023 16:46
@mpilquist mpilquist merged commit 97b9d23 into typelevel:main Dec 23, 2023
15 checks passed
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 this pull request may close these issues.

5 participants