You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2016/10/20 15:38:58 UTC

[jira] [Created] (IGNITE-4101) .NET: Distributed LINQ parallel extensions

Pavel Tupitsyn created IGNITE-4101:
--------------------------------------

             Summary: .NET: Distributed LINQ parallel extensions
                 Key: IGNITE-4101
                 URL: https://issues.apache.org/jira/browse/IGNITE-4101
             Project: Ignite
          Issue Type: New Feature
          Components: platforms
            Reporter: Pavel Tupitsyn
             Fix For: 1.8


Parallel LINQ (PLINQ) speeds up regular LINQ-to-objects queries by executing them in parallel in multiple threads: https://msdn.microsoft.com/en-us/library/dd460688(v=vs.110).aspx

We can implement a similar thing where parallel execution is performed by Ignite in a distributed fashion.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)