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

commitlog: Allow folds to not allocate Mutations values #1215

Merged
merged 1 commit into from
May 13, 2024

Conversation

kim
Copy link
Contributor

@kim kim commented May 13, 2024

The documentation promised to not collect payload values during folds (i.e. replaying), but the code did so anyway. This patch makes it so only values required to satisfy the Visitor trait are allocated when folding.

Expected complexity level and risk

1

The documentation promised to not collect payload values during folds
(i.e. replaying), but the code did so anyway. This patch makes it so
only values required to satisfy the `Visitor` trait are allocated when
folding.
@kim kim force-pushed the kim/commitlog/optifold branch from 27304eb to d2c5760 Compare May 13, 2024 09:19
@kim kim enabled auto-merge May 13, 2024 09:19
@kim kim added this pull request to the merge queue May 13, 2024
Merged via the queue into master with commit 61613ca May 13, 2024
6 checks passed
@Centril Centril deleted the kim/commitlog/optifold branch May 13, 2024 10:07
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