New version of par2cmdline with Threading Building Blocks

Feel free to talk about anything and everything in this board.
Post Reply
Hurda
Newbie
Newbie
Posts: 37
Joined: November 7th, 2011, 4:30 am

New version of par2cmdline with Threading Building Blocks

Post by Hurda »

IIRC SABnzbd uses this fork of par2cmdline to offer multi-threading (par2.exe)
http://chuchusoft.com/par2_tbb/download.html

It got an update to version 20141125 with several changes.
Among them are:
the -t parameter can now include a positive integer value to restrict the logical number of CPUs with which to process data with.
in the Windows version, the program's CPU scheduling priority can now be specified using the -p parameter
the heap became fragmented during the verification of data files because the checksum data buffer was allocated and deallocated for each file verified, which resulted in the program's memory footprint (aka its "working set") steadily increasing during the verification phase.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: New version of par2cmdline with Threading Building Block

Post by shypike »

Thanks for the tip.
I'll check this out and probably include it in the next release.
Post Reply