Skip to content
New issue

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

Use sledgehammer in Desktop and LiveView #695

Closed
jkelleyrtp opened this issue Dec 30, 2022 · 0 comments · Fixed by #1534
Closed

Use sledgehammer in Desktop and LiveView #695

jkelleyrtp opened this issue Dec 30, 2022 · 0 comments · Fixed by #1534
Labels
desktop Suggestions related to the desktop renderer liveview Related to the liveview renderer tweak Small changes to improve experience

Comments

@jkelleyrtp
Copy link
Member

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.

@jkelleyrtp jkelleyrtp added desktop Suggestions related to the desktop renderer tweak Small changes to improve experience liveview Related to the liveview renderer labels Dec 30, 2022
@ealmloff ealmloff added this to the 0.5 Release milestone Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
desktop Suggestions related to the desktop renderer liveview Related to the liveview renderer tweak Small changes to improve experience
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants