ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/schmorpforge/genpage
(Generate patch)

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.33 by elmex, Wed Aug 20 09:01:41 2008 UTC vs.
Revision 1.34 by root, Mon Aug 25 01:42:38 2008 UTC

417 As the name implies, using this module makes your perl program run 417 As the name implies, using this module makes your perl program run
418 faster. Actually, much slower initially, as it compiles every function 418 faster. Actually, much slower initially, as it compiles every function
419 to C and later to a shared object, but then you can expect a performance 419 to C and later to a shared object, but then you can expect a performance
420 increase by 10-50%, depending on what your program does. 420 increase by 10-50%, depending on what your program does.
421 421
422liblzf cvs-co(README) cvs-co(lzf.h) 422liblzf cvs-co(README) cvs-co(lzf.h) dist
423 LibLZF is a very small data compression library. 423 LibLZF is a very small data compression library.
424 424
425 It consists of only two .c and two .h files and is very easy to 425 It consists of only two .c and two .h files and is very easy to
426 incorporate into your own programs. The compression algorithm is very, 426 incorporate into your own programs. The compression algorithm is very,
427 very fast, yet still written in portable C. More info and the latest 427 very fast, yet still written in portable C. More info and the latest

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines