<br><br><div class="gmail_quote">On Tue, Aug 9, 2011 at 6:16 PM, aperi2007 <span dir="ltr"><<a href="mailto:aperi2007@gmail.com">aperi2007@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
>What about using BerkeleyDB in a RAM only configuration as a key/value<br>
>store? It's mature, stable, and multiplatform.<br>
<br>
Should be sqlite a valid alternative to BerkeleyDB ?<br>
It also allow a memory-only DB.<br><br></blockquote><div><br>I would not actually go so far as to use BDB's SQL interface, just the key/value store. Anything which implements a "Dictionary" (python), or "Map" (Java/C++) should be a contender.<br>
</div></div>