-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
performancePerformance issue/improvementPerformance issue/improvement
Description
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.
Metadata
Metadata
Assignees
Labels
performancePerformance issue/improvementPerformance issue/improvement
Type
Projects
Status
Done