:: commit 2e82f24eb4d0736acb7233290fbdb73497076761

Kamila Szewczyk <27734421+kspalaiologos@users.noreply.github.com> — 2022-05-13 10:51

parents: bec58c5485

Update lzp.c

diff --git a/src/lzp.c b/src/lzp.c
index adfd405..a633412 100644
--- a/src/lzp.c
+++ b/src/lzp.c
@@ -1,6 +1,6 @@
 
 // Lempel Ziv Prediction code.
-// A heavily modified version of libbsc's LZP predictor. This one has single thread performance.
+// A heavily modified version of libbsc's LZP predictor. This one has single thread performance and provides better compression ratio. It is also mostly UB-free.
 
 #include <memory.h>
 #include <stdlib.h>
tab: 248 wrap: offon