Skip to content

New count-aeson command #161

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

Merged
merged 1 commit into from
Oct 15, 2019
Merged

New count-aeson command #161

merged 1 commit into from
Oct 15, 2019

Conversation

newhoggy
Copy link
Member

@newhoggy newhoggy commented Oct 15, 2019

New count-aeson command as a baseline to evaluate the performance of the SIMD enabled succinct data structure based count command:

$ time hw-json count-aeson -i 78mb.jsonl --expression _id
Count: 18801
hw-json count-aeson -i 78mb.jsonl --expression _id  3.75s user 0.61s system 279% cpu 1.559 total
$ time hw-json count -i 78mb.jsonl --expression _id
==> 18801
hw-json count -i 78mb.jsonl --expression _id  1.15s user 0.14s system 172% cpu 0.746 total

@newhoggy newhoggy force-pushed the new-count-aeson-command branch from 1ff1e9c to 99026b1 Compare October 15, 2019 12:07
@newhoggy newhoggy merged commit 55ef744 into master Oct 15, 2019
@newhoggy newhoggy deleted the new-count-aeson-command branch October 15, 2019 12: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.

1 participant