[erlang-questions] Writing a Concurrent Binary Search Tree Data Structure in Erlang

Paul Fisher pfisher@REDACTED
Thu Jun 26 00:17:32 CEST 2008


On Thu, 2008-06-26 at 10:10 +1200, Fuad Tabba wrote:
> I think I understand what you're saying here; but I still can't wrap
> my head around putting that into code. Is there similar code that you
> know of available online? The structure doesn't have to be a BST, just
> anything that demonstrates the idea of having a structure that stores
> lots persistent data to be viewed/modified by many processes and is
> scalable...

This link was posted a few days ago, but if you read "erlang process"
when it talks about a separate processing node, it should give you an
idea as to a workable structure.

http://www.hpl.hp.com/techreports/2007/HPL-2007-193.pdf


-- 
paul




More information about the erlang-questions mailing list