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

add bench & test for columnar merging #2428

Merged
merged 2 commits into from
Jun 10, 2024
Merged

add bench & test for columnar merging #2428

merged 2 commits into from
Jun 10, 2024

Conversation

PSeitz
Copy link
Contributor

@PSeitz PSeitz commented Jun 10, 2024

  • add merge columnar proptest
  • add columnar merge benchmark
merge_multi_and_multi          Avg: 3.3134ms 
merge_dense_and_dense          Avg: 1.1088ms 
merge_sparse_and_sparse        Avg: 0.7725ms 
merge_sparse_and_dense         Avg: 0.9375ms
merge_multi_and_dense          Avg: 3.5806ms 
merge_multi_and_sparse         Avg: 4.5720ms

@PSeitz PSeitz force-pushed the test_columnar_multi branch from 4e19971 to 0600e48 Compare June 10, 2024 07:23
@PSeitz PSeitz merged commit 714f363 into main Jun 10, 2024
4 checks passed
@PSeitz PSeitz deleted the test_columnar_multi branch June 10, 2024 08:26
philippemnoel pushed a commit to paradedb/tantivy that referenced this pull request Aug 31, 2024
* add merge columnar proptest

* add columnar merge benchmark
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