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

Update comment for NondeterministicFastCommit #412

Commits on May 24, 2024

  1. Update comment for NondeterministicFastCommit

    Make it clearer that encoded slabs are still deterministic, so
    array and map iterations will remain deterministic.
    
    Only the sequence of changed slabs getting committed is
    nondeterministic.
    
    This is useful for migration programs that don't require
    commit sequence of slabs to be deterministic while
    still preserving deterministic encoding of slabs
    (e.g. iteration of arrays and maps remain deterministic).
    fxamacker committed May 24, 2024
    Configuration menu
    Copy the full SHA
    393e179 View commit details
    Browse the repository at this point in the history