Helper library for distributed algorithms programming?
Posted
by anon
on Stack Overflow
See other posts from Stack Overflow
or by anon
Published on 2009-05-29T13:39:14Z
Indexed on
2010/05/15
20:24 UTC
Read the original article
Hit count: 418
When you code a distributed algorithm, do you use any library to model abstract things like processor, register, message, link, etc.? Is there any library that does that?
I'm thinking about e.g. self-stabilizing algorithms, like self-stabilizing minimum spanning-tree algorithms.
© Stack Overflow or respective owner