Skip to content

Replace split dependency with built-in readline#679

Merged
lydell merged 1 commit into
masterfrom
remove-split-dependency
Jul 21, 2026
Merged

Replace split dependency with built-in readline#679
lydell merged 1 commit into
masterfrom
remove-split-dependency

Conversation

@lydell

@lydell lydell commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

We use a dependency called split for reading data line by line. That repo for that dependency has been marked as archived. Node.js’ built-in readline module can do reading line by line, too, so this PR switches to that. One dependency less. I have verified with the benchmark in #674 that this is as fast as before.

@lydell
lydell merged commit 3c4032a into master Jul 21, 2026
13 checks passed
@lydell
lydell deleted the remove-split-dependency branch July 21, 2026 18:13
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.

1 participant