ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/liblzf/lzfP.h
(Generate patch)

Comparing liblzf/lzfP.h (file contents):
Revision 1.1 by root, Sun Jun 9 22:41:34 2002 UTC vs.
Revision 1.2 by root, Thu Sep 5 03:31:00 2002 UTC

48#endif 48#endif
49 49
50/* 50/*
51 * sacrifice some compression quality in favour of compression speed. 51 * sacrifice some compression quality in favour of compression speed.
52 * (roughly 1-2% worse compression for large blocks and 52 * (roughly 1-2% worse compression for large blocks and
53 * 9-10% for small, redundant, blocks and 20% better speed in both cases) 53 * 9-10% for small, redundant, blocks and >>20% better speed in both cases)
54 * In short: enable this for binary data, disable this for text data. 54 * In short: enable this for binary data, disable this for text data.
55 */ 55 */
56#ifndef ULTRA_FAST 56#ifndef ULTRA_FAST
57# define ULTRA_FAST 1 57# define ULTRA_FAST 1
58#endif 58#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines