Does F# provide you automatic parallelism?

后端 未结 8 2061
栀梦
栀梦 2020-12-28 17:25

By this I meant: when you design your app side effects free, etc, will F# code be automatically distributed across all cores?

8条回答
  •  梦毁少年i
    2020-12-28 17:57

    My understanding is that it won't but Parallel Extensions is being modified to make it consumable by F#. Which won't make it automatically multi-thread it, should make it very easy to achieve.

提交回复
热议问题