Skip to main content

Home/ Coders/ Group items tagged ParallelProgramming

Rss Feed Group items tagged

Joel Bennett

The Julia Language - 8 views

  •  
    Julia is a high-level, high-performance dynamic programming language for technical computing. It supports distributed parallel execution, numerical accuracy, and an extensive mathematical function library. It uses an LLVM-based JIT compiler to achieve near C performance that far outstrips Python/Matlab/R ...
Joel Bennett

Software Transactional Memory (MSDN Blog: Developing for Developers) - 0 views

  •  
    A great article explaining Software Transactional Memory for programmers who've never heard of it.
Joel Bennett

Parallel FX - Joe Duffy's Weblog - 0 views

  •  
    nice update on the .Net Parallel Extensions CTP, with links to tutorials, overviews, and videos.
Joel Bennett

Parallel Performance: Optimize Managed Code For Multi-Core Machines -- MSDN Magazine, O... - 0 views

  •  
    An introduction to the Microsoft Task Parallel Library (for .Net).  The Parallel FX Library is currently (Dec, 2007) in CTP.
Joel Bennett

Concurrency: What Every Dev Must Know About Multithreaded Apps -- MSDN Magazine, August... - 0 views

  •  
    A comprehensive guide to the basics of multithreaded development...
Joel Bennett

Dryad and DryadLINQ | Microsoft Connect - 0 views

  •  
    DryadLINQ is a Microsoft Research project, which aims to make distributed computing on clusters of computers simple enough for all programmers. DryadLINQ combines another Microsoft Research technology, Dryad, with the familiar LINQ technology from the Microsoft .NET framework.
Joel Bennett

Microsoft Axum - Download Details - 0 views

  • Installer: Axum is an incubation project from Microsoft’s Parallel Computing Platform that aims to validate a safe and productive parallel programming model for the .NET framework. It’s a language that builds upon the architecture of the web and the principles of isolation, actors, and message-passing to increase application safety, responsiveness, scalability and developer productivity. Other advanced concepts we are exploring are data flow networks, asynchronous methods, and type annotations for taming side-effects. Programmer's Guide: Use this simple and easy to follow programmer's guide to learn how to create safe, scalable, and responsive applications with the Axum language. Language Specification: A detailed specification of the Axum language.
  •  
    A .NET language for safe, scalable and productive parallel programming through isolation, actors and message-passing ...
Joel Bennett

Isolation, Agents, and Message-passing in .NET - Axum Team Blog - 0 views

  •  
    This is the team blog for the Microsoft Research team working on "Axum" (another parallel programming language for .Net).
Joel Bennett

About IPython - Presentations - 4 views

  •  
    Slides and articles about the IPython shell
1 - 10 of 10
Showing 20 items per page