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

Comparing liblzf/lzfP.h (file contents):
Revision 1.17 by root, Mon Nov 5 23:28:40 2007 UTC vs.
Revision 1.18 by root, Tue Nov 13 10:41:52 2007 UTC

56#endif 56#endif
57 57
58/* 58/*
59 * Sacrifice very little compression quality in favour of compression speed. 59 * Sacrifice very little compression quality in favour of compression speed.
60 * This gives almost the same compression as the default code, and is 60 * This gives almost the same compression as the default code, and is
61 * (very roughly) 15% faster. This is the preferable mode of operation. 61 * (very roughly) 15% faster. This is the preferred mode of operation.
62 */ 62 */
63
64#ifndef VERY_FAST 63#ifndef VERY_FAST
65# define VERY_FAST 1 64# define VERY_FAST 1
66#endif 65#endif
67 66
68/* 67/*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines