<div dir="ltr">The phrase "persistent content store" confuses me. Could you clarify that this is intended as a replacement for ndn repo, or a new implementation of content store (i.e. cache) for ndn routers, or a new implementation of in-memory cache that can be used by ndn applications?<div><br></div><div>Thanks,</div><div>Wentao<br><br><div class="gmail_quote">On Thu, Apr 30, 2015 at 3:09 PM Tai-Lin Chu <<a href="mailto:tailinchu@gmail.com">tailinchu@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">"persist" uses BoltDB, which is based on LMDB. LMDM's super clever<br>
design made the key/value store very fast for reads and safe for<br>
writes. MVCC-like design with copy-on-write B+trees avoids locking<br>
database for reads during writes, and makes it possible to provide<br>
full ACID transactions support.<br>
<br>
I believe this is the first attempt to create a high performance and<br>
persistent content store for NDN project. Comments are welcomed :)<br>
<br>
Project page:<br>
<a href="https://github.com/go-ndn/persist" target="_blank">https://github.com/go-ndn/persist</a><br>
<br>
Example:<br>
<a href="https://github.com/go-ndn/example/blob/master/producer/producer.go#L44" target="_blank">https://github.com/go-ndn/example/blob/master/producer/producer.go#L44</a><br>
<br>
Cheers!<br>
_______________________________________________<br>
Ndn-interest mailing list<br>
<a href="mailto:Ndn-interest@lists.cs.ucla.edu" target="_blank">Ndn-interest@lists.cs.ucla.edu</a><br>
<a href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest" target="_blank">http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest</a><br>
</blockquote></div></div></div>