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

Inline stage 1 #53

Merged
merged 1 commit into from
Jun 8, 2024
Merged

Inline stage 1 #53

merged 1 commit into from
Jun 8, 2024

Conversation

piotrrzysko
Copy link
Member

@piotrrzysko piotrrzysko commented Jun 8, 2024

I'm manually inlining all vector operations. This is the result of a discussion on Panama's mailing list.

256-bit vectors

Benchmark main (ops/s) inline_stage1 (ops/s)
ParseAndSelectBenchmark.countUniqueUsersWithDefaultProfile 955.428 990.783
ParseAndSelectBenchmark.countUniqueUsersWithDefaultProfile (padded) 983.696 1048.394
SchemaBasedParseAndSelectBenchmark.countUniqueUsersWithDefaultProfile 1436.906 1566.293
SchemaBasedParseAndSelectBenchmark.countUniqueUsersWithDefaultProfile (padded) 1536.843 1707.806

512-bit vectors

Benchmark main (ops/s) inline_stage1 (ops/s)
ParseAndSelectBenchmark.countUniqueUsersWithDefaultProfile 1736.325 1838.197
ParseAndSelectBenchmark.countUniqueUsersWithDefaultProfile (padded) 1851.136 1931.859
SchemaBasedParseAndSelectBenchmark.countUniqueUsersWithDefaultProfile 2973.474 3146.485
SchemaBasedParseAndSelectBenchmark.countUniqueUsersWithDefaultProfile (padded) 3163.667 3512.966

@piotrrzysko piotrrzysko merged commit ffc7f14 into main Jun 8, 2024
10 checks passed
@piotrrzysko piotrrzysko deleted the inline_stage1 branch June 8, 2024 11:49
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