You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be great if liveview and desktop used sledgehammer and bytepacked operations to speed up their performance.
In particular, desktop serializes and deserializes all the edits. In many cases, the noise can be up to 10x the actual signal here. With a binary encoding, it's much faster.
The text was updated successfully, but these errors were encountered:
Specific Demand
It'd be great if liveview and desktop used sledgehammer and bytepacked operations to speed up their performance.
In particular, desktop serializes and deserializes all the edits. In many cases, the noise can be up to 10x the actual signal here. With a binary encoding, it's much faster.
The text was updated successfully, but these errors were encountered: