Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Incremental State Resolution #8659

Open
erikjohnston opened this issue Oct 26, 2020 · 1 comment
Open

Incremental State Resolution #8659

erikjohnston opened this issue Oct 26, 2020 · 1 comment
Labels
A-Performance Performance, both client-facing and admin-facing

Comments

@erikjohnston
Copy link
Member

It should be possible to figure out a way of re-using work in the case of having state groups A, B and C, where C is a small delta on B, we've already computed res(A, B) and want to know res(A, C).

This requires a bunch of staring at the state res algorithm to figure out what the incremental form of the algorithm would be.

@erikjohnston erikjohnston added the A-Performance Performance, both client-facing and admin-facing label Oct 26, 2020
@richvdh
Copy link
Member

richvdh commented Oct 26, 2020

related to #8622?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-Performance Performance, both client-facing and admin-facing
Projects
None yet
Development

No branches or pull requests

2 participants