Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.programming.threads > #1380
| From | aminer <aminer@toto.ca> |
|---|---|
| Newsgroups | comp.programming, comp.programming.threads |
| Subject | About my parallel archiver... |
| Date | 2013-02-19 22:59 -0800 |
| Organization | A noiseless patient Spider |
| Message-ID | <kg1hkc$v60$5@dont-email.me> (permalink) |
Cross-posted to 2 groups.
.. Hello, You will be able to use my Parallel archiver as a hashtable from the hardisk with 0(1) access, you can for example stream your database row with my ParallelVarFiler into a memory stream or into a string, and store it with my Parallel archiver into an archive, and after that your can access your rows into the hardisk as a hashtable with O(1) access, you can use it like this as a database if you you have id keys that you want to map to databse rows, that will be a good idea to use my Parallel archiver as a hashtable. I will add the Distributed Reader-Writer Mutex 1.13 that i have implemented to my Parallel archiver soon, so that you can parallelize the read access. Thank you, Amine Moulay Ramdane.
Back to comp.programming.threads | Previous | Next | Find similar
About my parallel archiver... aminer <aminer@toto.ca> - 2013-02-19 22:59 -0800
csiph-web