Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


hellonearthisman

1819 posts

Uber Geek

Trusted

#98925 9-Mar-2012 01:09
Send private message

I have written a program in PHP (Yup very slow for the job) that basically shuffles the bits of the file to be compressed before being compressed by the standard zip. It can make the zipped file 10% smaller than using zip on the un-shuffled file. It isn't fast as it is 256 times slower than using the normal zip.

I tried to shuffle compressed data files in the hope to get a little more compression but that didn't make any difference. I still have some ideas on a more advanced shuffle that might produce results but php kind of failed at handling further development.

Anyway, I am wondering what to do from here, I would like to try and make an app that for the first case, the shuffle and compression of standard files. There would be no money in it and the idea would be to release it as opensource.

I have been learning a little c++ on the arduino but am lost when it comes to pc c++ development and would like a hand it getting this going.

Any tips or comments welcome.

Create new topic
Noodles
487 posts

Ultimate Geek


  #592657 9-Mar-2012 09:23
Send private message

You may want to compare anything you do come up with to gzip, 7z, bzip2. So far I think bzip2 on --best mode is the smallest. I'm sure there's been many people who have tried what you're doing, but don't let that stop you.



hellonearthisman

1819 posts

Uber Geek

Trusted

  #592767 9-Mar-2012 13:42
Send private message

Thanks Noodles, I can't access those from inside PHP so have not tested them out.
The Scramble is a like a pre-processor so it could send its reorganised bits to 7z or bzip2.

I think others have done this as it's a very simple idea and using the basic shuffle on compressed files returns no benefits.

So I guess the code I'm look for is something that will read in a file for scrambling and output the scrambled file for processing by z7 (or what ever) and then logging the results to see what scramble key works best.

This seems kind of simple for a dos like command, but I have never done anything like that.

I have thought of using Python but I think I would want something faster.


Noodles
487 posts

Ultimate Geek


  #592780 9-Mar-2012 14:11
Send private message

You can use bzip2 inside php: http://www.php.net/manual/en/ref.bzip2.php



hellonearthisman

1819 posts

Uber Geek

Trusted

  #592794 9-Mar-2012 15:23
Send private message

*blush* thanks, will give it a try.

Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.