This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Bz2ui2 - a gui tool for batch bzip2 compression.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
infinite_
SourceMod Donor
Join Date: Mar 2015
Old 11-02-2015 , 22:25   Bz2ui2 - a gui tool for batch bzip2 compression.
Reply With Quote #1

I made a GUI tool for compressing a large number of files in bzip2 format for fast-download servers (as far as I know this is the only gui tool available for windows). Just drag and drop any files you want to compress into the window and compress in one click. I made this tool mostly to learn qt development but I figured some of you on here might find it useful.



Download and source here.

Enjoy

Last edited by infinite_; 11-02-2015 at 23:45.
infinite_ is offline
Potato Uno
Veteran Member
Join Date: Jan 2014
Location: Atlanta, Georgia
Old 11-02-2015 , 23:19   Re: Bz2ui2 - a gui tool for batch bzip2 compression.
Reply With Quote #2

(Already has a bz2 tool) Does it parallelize the compression or is it single threaded the whole way?

EDIT: Managed to test it, no it doesn't parallelize. The ability to parallelize the operation so that you have multiple threads compressing multiple files at once would be delightful (hell even python allows this to happen).

Otherwise it's a pretty useful tool and the GUI interface is great.

Last edited by Potato Uno; 11-02-2015 at 23:23.
Potato Uno is offline
infinite_
SourceMod Donor
Join Date: Mar 2015
Old 11-02-2015 , 23:35   Re: Bz2ui2 - a gui tool for batch bzip2 compression.
Reply With Quote #3

Quote:
Originally Posted by Potato Uno View Post
(Already has a bz2 tool) Does it parallelize the compression or is it single threaded the whole way?

EDIT: Managed to test it, no it doesn't parallelize. The ability to parallelize the operation so that you have multiple threads compressing multiple files at once would be delightful (hell even python allows this to happen).

Otherwise it's a pretty useful tool and the GUI interface is great.
You know, I hadn't even thought of that until now. Definitely a possibility for future versions. Thanks for checking it out!
infinite_ is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 11-04-2015 , 16:09   Re: Bz2ui2 - a gui tool for batch bzip2 compression.
Reply With Quote #4

Quote:
Originally Posted by Potato Uno View Post
(Already has a bz2 tool) Does it parallelize the compression or is it single threaded the whole way?

EDIT: Managed to test it, no it doesn't parallelize. The ability to parallelize the operation so that you have multiple threads compressing multiple files at once would be delightful (hell even python allows this to happen).

Otherwise it's a pretty useful tool and the GUI interface is great.
If you're using straight up bzip2, then parallelizing might work. However, if you try this with the Parallel BZip2 (aka pbzip2) algorithm, it will already be using all available cores and you'll actually slow things down.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:58.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode