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

Keep chunk structure when encoding text #2096

Merged
merged 1 commit into from
Oct 21, 2020

Conversation

satabin
Copy link
Contributor

@satabin satabin commented Oct 20, 2020

Emitting a chunk per string in the input stream can result in huge slow
down if strings are small. Using mapChunks we can keep the chunk
structure, resulting in better performances.

Emitting a chunk per string in the input stream can result in huge slow
down if strings are small. Using `mapChunks` we can keep the chunk
structure, resulting in better performances.
@mpilquist mpilquist merged commit 06d97e9 into typelevel:main Oct 21, 2020
@satabin satabin deleted the encode-chunks branch October 21, 2020 15:11
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.

2 participants