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

Performance improvement for CSV-lite and DKVP #774

Merged
merged 3 commits into from
Dec 9, 2021
Merged

Conversation

johnkerl
Copy link
Owner

@johnkerl johnkerl commented Dec 9, 2021

DKVP before:

TIME IN SECONDS 8.439 -- tmlr cat /Users/kerl/tmp/big.dkvp
c58c621055443f591f1ea914c3c5421f  -

DKVP after:

$ justtime mlr cat ~/tmp/big.dkvp | md5sum
TIME IN SECONDS 4.487 -- mlr cat /Users/kerl/tmp/big.dkvp
c58c621055443f591f1ea914c3c5421f  -

CSV-lite before:

$ justtime mlr --csvlite cat ~/tmp/big.csv | md5sum
TIME IN SECONDS 5.661 -- tmlr --csvlite cat /Users/kerl/tmp/big.csv
8b9a5667759672170169a199653153b8  -

CSV-lite after:

$ justtime mlr --csvlite cat ~/tmp/big.csv | md5sum
TIME IN SECONDS 4.399 -- mlr --csvlite cat /Users/kerl/tmp/big.csv
8b9a5667759672170169a199653153b8  -

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