You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
4 years ago
|
# Reconciliation
|
||
|
|
||
|
* diffing algorithm based on heuristics. generic algorithm is O(n<sup>3</sup>)
|
||
|
* "Fiber" algorithm notes
|
||
|
* lists reordering without key means full list output/update
|
||
|
* type changes cause full re-render
|
||
|
* keys should be stable, predictable, unique
|
||
|
|
||
|
|