All of lore.kernel.org
 help / color / mirror / Atom feed
* Snappy compression algorithm for Reiser4.
@ 2013-09-21 21:12 Evgeniy
  2013-09-21 23:50 ` Edward Shishkin
  0 siblings, 1 reply; 6+ messages in thread
From: Evgeniy @ 2013-09-21 21:12 UTC (permalink / raw)
  To: reiserfs-devel

Hello all,

Last few days I was playing a little bit around implementation Snappy
algo in Reiser4. My code is dirty and should be optimized. But it's
enough for testing.
According to my tests Snappy shows near the same prefomance as LZO. In
some kind of situations Snappy shows better compression with the less
CPU usage.
LZO has a few advantages over Snappy:
1) It's in kernel by default
2) It's optimized better then Snappy.
Also a very significant fact is we're plaing with small blocks of
data. In this case results of all algorithms looks near the same.

Maybe in the future I'll reqrite a little bit BratSinot's LZ4 patch
(http://sourceforge.net/p/reiser4/discussion/general/thread/780facb4/)
to make it use LZ4 library which is build-in kernel. Friendly
speaking, I'm not expect any big difference in comparison with LZO.
But in any case, it funny :)

If anybody want to test Snappy compression algo - let me know, I'll
make patches to kernel and reiser4progs.

Have a nice [the time of the day],
Thanks

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-09-25 21:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-21 21:12 Snappy compression algorithm for Reiser4 Evgeniy
2013-09-21 23:50 ` Edward Shishkin
2013-09-25 19:52   ` Edward Shishkin
2013-09-25 21:04     ` Evgeniy
2013-09-25 21:10     ` Chris Gentile
2013-09-25 21:12     ` Chris Gentile

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.