[A83] Re: Is compression possible?
[Prev][Next][Index][Thread]
[A83] Re: Is compression possible?
> Yeah,
> The only compression routine for on-calc usage I know of is RLE.
> Does anyone know any other good compression algorithms?
RLE is usually not any good for program compression, but I use it for
storing pictures inside my program to save space.
I don't know much about other compression algorithms, but I guess that
statistical methods would be easy to implement in such an environment. But I
don't think the space yields would be too great though..
/Jens
References: