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

Tree: Include lineage as part of cell IDs #16434

Merged
merged 7 commits into from
Jul 19, 2023

Conversation

alex-pardes
Copy link
Contributor

Description

This change creates a new type, CellId, which is ChangeAtomId with optional lineage. Sequence field marks targeting existing cells now use CellId instead of ChangeAtomId to identify empty cells, and lineage is stored there instead of directly on the mark. Lineage is still stored directly on new attach marks.

@github-actions github-actions bot added area: dds Issues related to distributed data structures area: dds: tree public api change Changes to a public API base: main PRs targeted against main branch labels Jul 19, 2023
@msfluid-bot
Copy link
Collaborator

msfluid-bot commented Jul 19, 2023

@fluid-example/bundle-size-tests: +3.54 KB
Metric NameBaseline SizeCompare SizeSize Diff
aqueduct.js 455.11 KB 455.78 KB +686 Bytes
connectionState.js 680 Bytes 680 Bytes No change
containerRuntime.js 244.54 KB 245.12 KB +592 Bytes
loader.js 151.23 KB 151.62 KB +399 Bytes
map.js 47.19 KB 47.45 KB +267 Bytes
matrix.js 147.86 KB 148.19 KB +336 Bytes
odspDriver.js 93.68 KB 94 KB +328 Bytes
odspPrefetchSnapshot.js 44.51 KB 44.79 KB +283 Bytes
sharedString.js 164.77 KB 165.1 KB +332 Bytes
sharedTree2.js 243.4 KB 243.79 KB +395 Bytes
Total Size 1.71 MB 1.71 MB +3.54 KB

Baseline commit: 65c8073

Generated by 🚫 dangerJS against 36a85f3

@alex-pardes alex-pardes marked this pull request as ready for review July 19, 2023 18:09
@alex-pardes alex-pardes requested a review from a team as a code owner July 19, 2023 18:09
@alex-pardes alex-pardes merged commit a67a0d2 into microsoft:main Jul 19, 2023
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: dds: tree area: dds Issues related to distributed data structures base: main PRs targeted against main branch public api change Changes to a public API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants