[A83] A programming question for a change :-)


[Prev][Next][Index][Thread]

[A83] A programming question for a change :-)




Okay,
I'm thinking about adding a compressed e-book reader to Nifty,
but I'm not sure how I should do it, I have a few different ideas:

Compression: Huffman

-Compress every page on itself, and put all those compressed pages in a file
 (Low Compression)

-Compress about 3-5 pages each time, and decompress into a (temporary)
 appvar for reading.


Any other insights?



--Peter Martijn



Follow-Ups: