Go to file
yann.collet.73@gmail.com 4fa4221c6e Decompression speed improved in 64-bit mode
Decoding functions are now also immune to out-of-buffer read errors (note : they were already protected against malicious out-of-buffer write attacks)

git-svn-id: https://lz4.googlecode.com/svn/trunk@47 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
2012-01-09 23:21:05 +00:00
bench.c Added : benchmark function within command-line utility 2012-01-08 02:45:32 +00:00
bench.h Added : benchmark function within command-line utility 2012-01-08 02:45:32 +00:00
lz4.c Decompression speed improved in 64-bit mode 2012-01-09 23:21:05 +00:00
lz4.h Better compliance with C99 and non-C99 compilators 2011-11-19 21:38:27 +00:00
lz4demo.c Added : benchmark function within command-line utility 2012-01-08 02:45:32 +00:00
Makefile Added : benchmark function within command-line utility 2012-01-08 02:45:32 +00:00