Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 281349

Summary: app-arch/tamp - Multi-threaded compressor, many times faster than lzop
Product: Gentoo Linux Reporter: mehrunes <mehrunes_dagon>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: CONFIRMED ---    
Severity: enhancement CC: sven.koehler
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://blogs.sun.com/timc
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: tamp-2.5.ebuild

Description mehrunes 2009-08-13 16:23:49 UTC
tamp is a multi-threaded file compressor built on top of quicklz library, the fastest open-source file compressor i m aware of, produces files slightly larger than lzop, compresses data many times faster than lzop

i set KEYWORDS to *, though i only tested tamp on amd_64 architecture
Comment 1 mehrunes 2009-08-13 16:24:46 UTC
Created attachment 201149 [details]
tamp-2.5.ebuild
Comment 2 mehrunes 2009-08-13 16:28:14 UTC
dev-libs/quicklz ebuild (dependency of tamp ebuild) is over there:


http://bugs.gentoo.org/show_bug.cgi?id=281347
Comment 3 mehrunes 2009-08-21 03:48:27 UTC
strange that tamp writes 8M when compressing without checking for partial writes. IMHO tamp might fail to write compressed stream when block size is big (though i have not seen it fail yet)

i emailed upstream about this