DEV Community

Discussion on: What was your win this week?

Collapse
 
thomasthespacefox profile image
Thomas Leathers • Edited

This week, I Wrote a lossless decompression algorithm for my SBTCVM project.

To my knowledge, its possibly the first time a compressed image was ever displayed by a balanced ternary computer, virtual or not. :D

Its nothing too fancy, just a basic Run-length encoding, but it did cut the size of a test image from 1350 Nonets to just 434. 866 Nonets when you include the decoder.