[Kai-users] Merkle trees and related things in Erlang
Kai is a distributed key-value datastore
Status: Beta
Brought to you by:
takemaru
From: Justin S. <ju...@ba...> - 2008-07-30 20:22:19
|
> On 7/14/08 10:09 AM, "Takeru INOUE" <tak...@gm...> wrote: > >>>> What good news! >>>> We were seeking vector clocks and Merkle tree. Several people have been asking about this for a while, so I decided to just go ahead and put it online. The google code project at http://code.google.com/p/distributerl/ now has vector clocks, consistent hashing, and a Merkle tree implementation that is suitable for dynamic trees. The Merkle trees are somewhat different from the traditional style of construction algorithm, because the common way to do it works very well for the original use (digital signatures) but does not adapt easily to trees representing data that changes incrementally over time. The documentation is minimal but functional right now. If anyone has questions about this, feel free to either ask me or post to the google group tied to the code repository. Enjoy. -Justin |