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.3 by root, Sun Nov 17 11:39:26 2002 UTC

1/* 1/*
2 * Copyright (c) 2000 Marc Alexander Lehmann <pcg@goof.com> 2 * Copyright (c) 2000-2002 Marc Alexander Lehmann <pcg@goof.com>
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without modifica- 4 * Redistribution and use in source and binary forms, with or without modifica-
5 * tion, are permitted provided that the following conditions are met: 5 * tion, are permitted provided that the following conditions are met:
6 * 6 *
7 * 1. Redistributions of source code must retain the above copyright notice, 7 * 1. Redistributions of source code must retain the above copyright notice,
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