Delayed computation as DAG in .NET
Posted
by Tristan
on Stack Overflow
See other posts from Stack Overflow
or by Tristan
Published on 2010-05-23T22:52:44Z
Indexed on
2010/05/23
23:01 UTC
Read the original article
Hit count: 259
.NET
I'm playing around with declarative / delayed computation, where expressions are built up into a directed acyclic graph. Microsoft's GPU Accelerator does something similar.
Are there any libraries available for .Net languages that makes it easier to build a representation of the computation?
© Stack Overflow or respective owner