home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / misc / 12015 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.7 KB

  1. Path: sparky!uunet!mcsun!sunic!dkuug!diku!bombadil
  2. From: bombadil@diku.dk (Kristian Nielsen)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: Compression
  5. Message-ID: <1992Jul24.121141.12147@odin.diku.dk>
  6. Date: 24 Jul 92 12:11:41 GMT
  7. References: <cheungc.711801996@p4.cs.man.ac.uk>
  8. Sender: bombadil@ask.diku.dk
  9. Organization: Department of Computer Science, U of Copenhagen
  10. Lines: 27
  11.  
  12. cheungc@p4.cs.man.ac.uk (Carson Cheung) writes:
  13.  
  14. >Does anybody know of a program for the Amiga similar to SuperStor and Stacker
  15. >on MS-DOS systems which will compress and decompress files 'on the fly'.
  16.  
  17. >I already have PowerPacker Patcher but this only allows reading of
  18. >compressed files such as a compressed data file into a text editor
  19. >and when the file has been modified and saved from within the text editor
  20. >it is no longer crunched so I have to use PowerPacker to crunch them again.
  21.  
  22. The program 'XFH' (written by yours truly) included in the Xpk release
  23. does something along the lines of Stacker, though it's done on the
  24. file system level whereas Stacker (I think) operates on the device
  25. level. Unfortunately the current version (like the PPPatches) does not
  26. automatically compress files, but this will be implemented eventually
  27. (I'm working on it). The advantages of the XFH are that it is very
  28. system friendly (being a file system handler), that it is flexible
  29. (can be selectively applied to directories and co-exists with any
  30. normal amiga file system), and that it uses the Xpk standard,
  31. providing a selection of high-performance compression algorithms (you
  32. could even write your own).
  33.  
  34. The Xpk package is freely distributable; it was released on the german
  35. magazine "AmigaPlus" a few weeks ago and may also be available from
  36. some ftp sites.
  37.  
  38.     - Kristian.
  39.