Just another osx place
25 Mar
I’ve made some quicks tests with latest unrar binary and Macpar Deluxe par2 64 bits binary :
This little script can help you to do the same tests and compare times with binaries included in my last build… if you want to play.
#!/bin/sh FILE="folder/some" echo "Repairing with new par2 64bits" #removing some parts to have something to repair rm $FILE.r0[01]>/dev/null time par2/par2 r $FILE.par2>/dev/null echo "\nRepairing with old par2 32bits" #removing some parts to have something to repair rm $FILE.r0[01]>/dev/null time par2/par2old r $FILE.par2>/dev/null echo "\nUnraring with new unrar 3.70" time unrar/unrar e -o+ $FILE.rar>/dev/null echo "\nUnraring with old unrar 3.66 beta" time unrar/unrarold e -o+ $FILE.rar>/dev/null
Results : with my config (macbook pro santa rosa 2.4Ghz with 2Go Ram), there no signiticative speed improvements…
a zip file that contains everything needed to test is available here
You can post your results in comments
3 Responses for "Some speed tests of new versions of par2/unrar"
Hello,
I tried to compile 0.4 without any luck, I hope that you’ll be able to do it
for next release, can you release a par2 multicore ?
speed tests seems promising
http://forums.sabnzbd.org/index.php?topic=501.0
Thanks,
Sam
I made a mistake in the sources folder heres a new download, should be fixed.
http://www.divshare.com/download/4284660-176
@Sam, thanks for the link, i will see for the next release…
@B4tm4n, thanks for the sources, i’ll check it.
Leave a reply