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

Made ColumnVector::replicate() implementation 3x faster #9293

Merged
merged 2 commits into from
Feb 21, 2020

Conversation

Akazz
Copy link
Contributor

@Akazz Akazz commented Feb 21, 2020

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category (leave one):

  • Performance Improvement

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

A ~3 times faster implementation for ColumnVector::replicate(), via which ColumnConst::convertToFullColumn() is implemented. Also will be useful in tests when materializing constants.

@Akazz Akazz added the pr-performance Pull request with some performance improvements label Feb 21, 2020
@Akazz Akazz changed the title Made ColumnVector::replicate() faster Made ColumnVector::replicate() implementation 3x faster Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-performance Pull request with some performance improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants