WARDuino
WARDuino copied to clipboard
Compress memory in snapshots
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.