Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.programming.threads > #1396
| From | aminer <aminer@toto.ca> |
|---|---|
| Newsgroups | comp.programming, comp.programming.threads |
| Subject | Re: Parallel archiver version 1.2 is here... |
| Date | 2013-02-24 17:15 -0800 |
| Organization | A noiseless patient Spider |
| Message-ID | <kge3bb$hji$1@dont-email.me> (permalink) |
| References | <kgdor4$9mt$1@dont-email.me> |
Cross-posted to 2 groups.
Hello, I have thought more about my Parallel archiver, and i have come the conclusion that i must add an overloaded test() method, so now you can pass to the test() method two TStringList , the first StringList contains the files to test, and the second TStringList will contains the returned files that have failed the integrity test, if the integrity test of one or more files have failed the returned boolean value of the test() method will be equal to false. And i have added an AddStream(), to add a memory or file stream, the first parameter to pass to AddStream() is the archive file name where the stream will be saved, and the second parameter is the memory or file stream. And i have added an Extract() method , its first parameter is the archive file name , and its second parameter is the memory or file stream where the archive file will be copied. And now you can use my Parallel archiver as a hashtable from the harddisk also, with O(1) very fast access. Also i have added Parallel LZO compression so that you can compress very fast bigger files such us terabytes files. I think that my Parallel archiver is now more professional and more stable , and it's very fast. Enjoy it. Next step is to add LZMA and Bzip compressions and to port it to Linux(x86) and MacOSX(x86) and to add self extract for windows 32 bit and 64 bit. That's all. Thank you, Amine Moulay Ramdane.
Back to comp.programming.threads | Previous | Next — Previous in thread | Next in thread | Find similar
Parallel archiver version 1.2 is here... aminer <aminer@toto.ca> - 2013-02-24 14:15 -0800 Re: Parallel archiver version 1.2 is here... aminer <aminer@toto.ca> - 2013-02-24 17:15 -0800 Re: Parallel archiver version 1.2 is here... aminer <aminer@toto.ca> - 2013-02-24 17:50 -0800 Re: Parallel archiver version 1.2 is here... aminer <aminer@toto.ca> - 2013-02-24 18:26 -0800 Re: Parallel archiver version 1.2 is here... aminer <aminer@toto.ca> - 2013-02-24 18:33 -0800 Re: Parallel archiver version 1.2 is here... aminer <aminer@toto.ca> - 2013-02-24 18:46 -0800 Re: Parallel archiver version 1.2 is here... aminer <aminer@toto.ca> - 2013-02-25 15:07 -0800
csiph-web