Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 281349 - app-arch/tamp - Multi-threaded compressor, many times faster than lzop
Summary: app-arch/tamp - Multi-threaded compressor, many times faster than lzop
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://blogs.sun.com/timc
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2009-08-13 16:23 UTC by mehrunes
Modified: 2014-11-28 21:01 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
tamp-2.5.ebuild (tamp-2.5.ebuild,605 bytes, text/plain)
2009-08-13 16:24 UTC, mehrunes
Details

Note You need to log in before you can comment on or make changes to this bug.
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