-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add fine-grained tree-structure tracking in
xilem
and effcient tree…
…-updates in `xilem_web` (#160) * Generalize `VecSplice` that is used in the ViewSequences as `ElementsSplice` trait and optimized tree-structure diffing in `xilem_web` with it * Implement tree-structure tracking * Moved tree-structure tracking into view and added tests and comments * Deleted bloom filter * Refactor tree structure tracking using methods like `Cx::with_pod` * Add doc comments describing situations where the tree-structure will panic * Deleted bloom filter (again whoops) * Add doc comments for panic situations
- Loading branch information
Showing
20 changed files
with
594 additions
and
337 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.