home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / utility / archiver / arjpack / arjpack.txt < prev   
Text File  |  1992-03-10  |  2KB  |  37 lines

  1.  
  2.                        ARJ program packer, TEST version
  3.  
  4.      Hi, user !
  5.  
  6.      This is only *TEST* version of my ARJ packer. It is possible, that it
  7. contains some bugs still. If you will find any, please, send me information
  8. about it. I will fix it, when possible.
  9.      Warning: This TEST version isn't fully functinal; it is limited for use
  10. only with programs shorter than about 60 kB of TEXT+DATA+BSS sections (what
  11. is the reason? ;-). When you applicate ARJPACK to files with longer these
  12. sections, you will get unreliable results.
  13.      The packing method used in this program was created on the impression
  14. of the Robert Jung's ARJ program for PC type computers. But, my algorithm
  15. used here is completely idea of mine. I wrote about it to Robert Jung, but
  16. without any answer...
  17.      ARJ packer is written only in C language and therefore isn't too fast;
  18. it is but very good for implementation in assembler language. After rewrite
  19. to assembler it is possible to get speed of SIX- to TEN-multiplication of
  20. current speed.
  21.      The small routine, what is linked to every packed program, has length
  22. about 300 bytes and of course it is written in assembler.
  23.      Method used for data crunching is slightly similar to the original ARJ
  24. method number 4, but it is better in packing result. Files packed by this
  25. program are shorter of about three percent in comparison with original ARJ.
  26.      I'm sending many thanks to Robert Jung, that he caused my work on my
  27. own ARJ packing algorithms, over he have no interests about it.
  28.      When you want send me an information, or get fully functional version,
  29. you can write me to address:
  30.  
  31.             Jiri Lamac                  FIDOnet: 2:420/14.0@fidonet.org
  32.             Predborska 8                Tel.:    +42-2-842424
  33.      182 00 Prague 8
  34.             Czecho-Slovakia
  35.                                         Prague, 3-10-1992
  36.  
  37. End of document