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

Compress memory in snapshots #244

Open
MaartenS11 opened this issue Apr 30, 2024 · 0 comments · May be fixed by #264
Open

Compress memory in snapshots #244

MaartenS11 opened this issue Apr 30, 2024 · 0 comments · May be fixed by #264
Assignees
Labels
feature Minor new feature or request performance Performance issue/improvement

Comments

@MaartenS11
Copy link
Member

It would be beneficial to compress memory when taking snapshots, especially when restoring snapshots on microcontrollers using the remote debugger. This would be particularly useful for cases where very little memory is used and thousands of 0's are sent over serial. Something simple like using run length encoding could reduce all these 0's to just two integers.

@MaartenS11 MaartenS11 added the feature Minor new feature or request label Apr 30, 2024
@tolauwae tolauwae added the performance Performance issue/improvement label Aug 23, 2024
@tolauwae tolauwae moved this to Under Review in WARDuino Roadmap Nov 21, 2024
@tolauwae tolauwae linked a pull request Nov 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Minor new feature or request performance Performance issue/improvement
Projects
Status: Under Review
Development

Successfully merging a pull request may close this issue.

2 participants