Skip to content

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
@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.

2 participants