-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Simplify Barrage Viewport Table Updates (#6347)
The barrage viewport protocol has now changed: - viewports are never sent included rows; all added rows are included - added rows are position space from within the server-respected client requested viewport - removed rows are position space from within the server-respected client requested viewport - snapshots on viewports include removed rows to simplify client side processing - barrage update metadata now explicitly includes current table size; viewports no longer track the source table's full rowset viewport clients must infer shifts: - removed rows are in pre-update space - added rows are in post-update space - the end-result viewport is retained rows + added rows (retained are the existing rows minus removed rows) where the adds are in the offsets specified by added rows In this PR we'll bump the following dependencies: - flatbuffer from 1.12.0 to 24.3.25 - arrow from 13.0.0 to 18.0.0 - protobuf 3.25.3 to 3.25.4 - barrage from 0.6.0 to 0.7.2 (noting that 0.7.x was released for this feature set) Fixes #6039. Fixes #6053.
- Loading branch information
1 parent
b0c417e
commit d3b0ad4
Showing
42 changed files
with
1,550 additions
and
438 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
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.