Files
SpacetimeDB/crates/commitlog/src
Kim Altintop 61613ca7a8 commitlog: Allow folds to not allocate Mutations values (#1215)
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.
2024-05-13 09:35:09 +00:00
..