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

Optimise conc_rows function #198

Open
annakrystalli opened this issue Feb 4, 2025 · 0 comments
Open

Optimise conc_rows function #198

annakrystalli opened this issue Feb 4, 2025 · 0 comments
Assignees

Comments

@annakrystalli
Copy link
Member

Optimise conc_rows: I've already tried and failed to improve the performance of this function.

Given profiling reveals it's a main bottleneck to check_tbl_values_required(), it feels important to revisit and try again.

In particular, explore the potential of a combination of group_by() and group_indices() to create optional value row groups

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

1 participant