Skip to content

Conversation

@aleh-null
Copy link
Collaborator

Typically bufio is used when riding directly from a file (local/remove). It helps to optimise reads, by reading in chunks corresponding to a buffer size. In our case, the data is already read and is in memory. Simple string split should do the job and help to avoid issues like #101. Also I think it would be more efficient.

@aleh-null aleh-null merged commit a97267f into main Sep 13, 2024
@aleh-null aleh-null deleted the ap/remove-bufio branch September 13, 2024 10:52
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.

3 participants