This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Actors based BST and AVL

No replies
Jiansen He
Joined: 2010-10-12,
User offline. Last seen 42 years 45 weeks ago.
Hi all,
Have anyone tried to implement binary search tree (BST) and AVL based on Actors (MPI) ?
I intuitively feel that operations (insertion, deletion and traversal) on left subtree will not affect the operations on right subtree.  Therefore, it is nature to model nodes as a linked but independent actors.
I'm working on a program which I though would be benefit from concurrent insertions to a binary tree.  Before I spend times to implement myself, I would be appreciate if anyone could offer me a sophisticate implementation.
Beast RegardsJiansen

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland