We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, we don't use missing arrays that contain vertices invalidated by merging operations.
https://github.com/topology-foundation/ts-drp/blob/c5d2394026b256428ac50632636598ef786be29e/packages/node/src/handlers.ts#L155
So, we always perform sync operations to synchronize all missing ones between peers after update and merge operations.
However, we can improve efficiency by reusing missing information from the update operation:
This approach reduces one message in the communication between peers.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, we don't use missing arrays that contain vertices invalidated by merging operations.
https://github.com/topology-foundation/ts-drp/blob/c5d2394026b256428ac50632636598ef786be29e/packages/node/src/handlers.ts#L155
So, we always perform sync operations to synchronize all missing ones between peers after update and merge operations.
However, we can improve efficiency by reusing missing information from the update operation:
This approach reduces one message in the communication between peers.
The text was updated successfully, but these errors were encountered: