NFS icon indicating copy to clipboard operation
NFS copied to clipboard

Apply compression

Open Nielsbishere opened this issue 4 years ago • 1 comments

The commit function should actually recompress it and check using the aligned file size instead of file size as well as update the real file size (in the ROM) when it did change it.

  • [ ] RLE
  • [ ] Huffman
  • [ ] LZ77
  • [ ] LZ11
  • [ ] LZ40
  • [ ] Show when a file can't be compressed

Nielsbishere avatar Aug 10 '21 16:08 Nielsbishere

Without having read all the intro again, I think that would make sense to have a more generic entry for new people and not start with the DebOps tools (one peace of the puzzle) first.

ypid avatar Nov 19 '16 22:11 ypid

Sounds good. This probably means that with current documentation system the guides should be moved to the debops/docs repository to be properly placed.

drybjed avatar Nov 22 '16 09:11 drybjed

@drybjed Could be done. Another way would be a separate repo like debops-intro or so. This would have the advantage of separate docs tests for PR which results in faster tests and easier to spot error messages.

ypid avatar Nov 22 '16 09:11 ypid