Skip to content

dmpots/CnC.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a prototye implementation of the Concurrent Collections (CnC)
programming model for .NET. CnC is a programming model that "that allows
application domain experts to write multi-core enabled applications without
reasoning about threads, the parallel algorithm, or details of scheduling."

For more deatils on CnC, see:
http://habanero.rice.edu/cnc.html


Other Implementations
C++
http://software.intel.com/en-us/articles/intel-concurrent-collections-for-cc

Haskell
http://hackage.haskell.org/packages/archive/haskell-cnc/latest/doc/html/Intel-Cnc.html


The software is released under the permissive BSD 3 open source license. See
the LICENSE file for full details.

About

A .NET implementation of the CnC programming model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published