Difference between revisions of "Compression"
From SizeCoding
Dresdenboy (talk | contribs) (Initial page on compression) |
m |
||
Line 26: | Line 26: | ||
TBD | TBD | ||
− | ==Decompression routines and related | + | ==Decompression routines and related resources== |
TBD | TBD | ||
==Code optimization for better compression== | ==Code optimization for better compression== | ||
TBD | TBD |
Revision as of 10:35, 11 March 2024
This page covers compression related topics. This involves information about available tools on different platforms, platforms with compression support, compression algorithms and related decompression routines suited for the use in sizecoding, and ways to adapt code for better compression on different platform.
Contents
Available tools
Name | Platform | Features | Link |
---|---|---|---|
Pakettic | TIC-80 |
|
https://github.com/vsariola/pakettic/ |
tic-tool | TIC-80 |
|
https://github.com/exoticorn/tic-tool |
pactic | TIC-80 | TBD | https://github.com/phlubby/pactic |
Platforms with compression
TBD
Compression algorithms suited for sizecoded productions
TBD
TBD
Code optimization for better compression
TBD