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

🐎 RLE for memory in snapshots #264

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Conversation

MaartenS11
Copy link
Member

Currently only uses run length encoding to transfer snapshots from the microcontroller to the computer, not the other way around. The VSCode plugin will need changes to be able to reconstruct the actual bytes in memory.

@tolauwae tolauwae added the performance Performance issue/improvement label Sep 26, 2024
@tolauwae
Copy link
Member

💥 Breaking change warning
TOPLLab/WARDuino-VSCode will not be able to parse the new snapshots

@tolauwae
Copy link
Member

I want to add this change for the new major release @MaartenS11
If you need any help, you can ping me

@tolauwae tolauwae changed the title Use run length encoding for memory when taking a snapshot 🐎 RLE for memory in snapshots Sep 26, 2024
@tolauwae tolauwae linked an issue Nov 21, 2024 that may be closed by this pull request
@MaartenS11 MaartenS11 marked this pull request as ready for review November 25, 2024 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance issue/improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compress memory in snapshots
2 participants