https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16715

--- Comment #7 from Jacek Ablewicz <[email protected]> ---
Sereal encoder is much better (2-3x) then freeze() - both speed- and sizewise
(especially with "snappy" compression enabled), for all data structure types,
big and small.

Sereal decoder is also much faster (up to 2x) then thaw() for small and
medium-sized data structures. For a very big structures, it's still faster then
thaw(), but speed difference is less pronounced (e.g. for a MARC framework:
sereal decode takes ~7 msec, and thaw - 8.5 msec). But it's hardly
deserializers fault, most of that time is wasted in perl internals on hash keys
and SVs creation. Note that destroing / garbage collection of all those
hashes-of-hashes also takes significant time (3-4 msec for a MARC framework).

The only drawback I see is the lack of packaged version for Wheezy..

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to