Frontmatter
| id | 8842 |
| title | Documentation: Update AsymmetricUpdates.md for Teleportation |
| state | Closed |
| labels | documentationai |
| assignees | tobiu |
| createdAt | Jan 21, 2026, 3:11 AM |
| updatedAt | Jan 21, 2026, 3:16 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8842 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8834 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 21, 2026, 3:16 AM |
Documentation: Update AsymmetricUpdates.md for Teleportation
tobiu added parent issue #8834 on Jan 21, 2026, 3:12 AM
tobiu assigned to @tobiu on Jan 21, 2026, 3:15 AM

tobiu
Jan 21, 2026, 3:16 AM
Input from Gemini 3 Pro:
✦ I have updated
learn/guides/fundamentals/AsymmetricUpdates.mdto reflect the new "Teleportation" architecture.
- Replaced "Leapfrog Merging" with "Recursive Merging".
- Clarified that merging now creates a batch of disjoint payloads (
updateBatch) instead of expanding the parent tree.- Updated diagrams to show disjoint processing.
- Refined the comparison with traditional merging to avoid referencing unreleased implementations.
tobiu closed this issue on Jan 21, 2026, 3:16 AM
Update
learn/guides/fundamentals/AsymmetricUpdates.mdto reflect the shift from "Leapfrog Merging" to "Teleportation / Batched Disjoint Updates".src/mixin/VdomLifecycle.mjs.