WARDuino icon indicating copy to clipboard operation
WARDuino copied to clipboard

Compress memory in snapshots

Open MaartenS11 opened this issue 10 months ago • 0 comments

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 avatar Apr 30 '24 20:04 MaartenS11