application-services icon indicating copy to clipboard operation
application-services copied to clipboard

Rust Tabs engine should allow the possibility of "quickWrite"

Open skhamis opened this issue 2 years ago • 0 comments

Tabs engine is unique in terms of not needing to do reconciliation and dealing with merging with other clients because each client has exactly one record of all the tabs they sync.

On desktop, @mhammond wrote a patch to help with Task Continuity to allow cheap writes to the server without the overhead of going through the sync managers (1 request vs 4 requests per sync)

We should have this feature written in rust and able to be used by both Android and iOS (and will be needed once we get the tabs engine on desktop) since it'll help reduce server load on all platforms.

┆Issue is synchronized with this Jira Task ┆epic: Vendoring Tabs component into Desktop

skhamis avatar Aug 02 '22 21:08 skhamis