> * Using a bit-vector hash to optimize lookups. A largish datastore might > have 200,000 files; with a scarcity factor of 50, this is only > ~10,000,000 bits, i.e. just over a meg. This would be a config > parameter - the power of two to use for the number of bits.
I someone (possibly me) had an idea a long time ago about a novel way to implement the datastore - namely to implement it as a miniature Freenet in itself. Split it up into bite-sized chunks which can reference each-other just as Freenet nodes reference other Freenet nodes, and implement each as a miniature LRU in itself. Ian. -- Ian Clarke ian@[freenetproject.org|locut.us|cematics.com] Latest Project http://cematics.com/kanzi Personal Homepage http://locut.us/ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20021226/d7d9c341/attachment.pgp>
