haskell is a modern, functional programming language with an interesting story to tell about parallelism: rather than using concurrent threads and locks, haskell offers a variety of libraries that enable concise, high...
详细信息
haskell is a modern, functional programming language with an interesting story to tell about parallelism: rather than using concurrent threads and locks, haskell offers a variety of libraries that enable concise, high-level parallel programs with results that are guaranteed to be deterministic (independent of the number of cores and the scheduling being used).
暂无评论