parconc-examples

所属分类:collect
开发工具:Haskell
文件大小:0KB
下载次数:0
上传日期:2021-11-08 09:52:23
上 传 者sh-1993
说明:  “Haskell中的并行和并发编程”一书附带的示例代码,
(Sample code to accompany the book "Parallel and Concurrent Programming in Haskell",)

文件列表:
.travis.yml (7826, 2021-11-08)
AccelerateCompat.hs (317, 2021-11-08)
Async.hs (2399, 2021-11-08)
ByteStringCompat.hs (283, 2021-11-08)
CasIORef.hs (382, 2021-11-08)
ChangeLog.md (1023, 2021-11-08)
ConcurrentUtils.hs (754, 2021-11-08)
DistribUtils.hs (1351, 2021-11-08)
GetURL.hs (378, 2021-11-08)
LICENSE (1647, 2021-11-08)
Makefile (8848, 2021-11-08)
Setup.hs (46, 2021-11-08)
Stream.hs (2504, 2021-11-08)
Sudoku.hs (5282, 2021-11-08)
TBQueue.hs (1274, 2021-11-08)
TBQueue2.hs (1833, 2021-11-08)
TChan.hs (1850, 2021-11-08)
TList.hs (502, 2021-11-08)
TQueue.hs (918, 2021-11-08)
ThreadPool.hs (749, 2021-11-08)
TimeIt.hs (336, 2021-11-08)
catch-mask.hs (563, 2021-11-08)
catch-mask2.hs (566, 2021-11-08)
chan.hs (1092, 2021-11-08)
chan2.hs (1450, 2021-11-08)
chan3.hs (1179, 2021-11-08)
chanbench.hs (1804, 2021-11-08)
chat.hs (7374, 2021-11-08)
crc32/ (0, 2021-11-08)
crc32/CRC32.hs (3868, 2021-11-08)
crc32/crc32_acc.hs (1855, 2021-11-08)
deadlock1.hs (203, 2021-11-08)
deadlock2.hs (228, 2021-11-08)
distrib-chat/ (0, 2021-11-08)
distrib-chat/chat-noslave.hs (13442, 2021-11-08)
distrib-chat/chat.hs (10981, 2021-11-08)
distrib-chat/config (61, 2021-11-08)
distrib-db/ (0, 2021-11-08)
... ...

This is the sample code to accompany the book *Parallel and Concurrent Programming in Haskell* (Simon Marlow, O'Reilly 2013). To build the code on your system, you need either: * [Stack](http://haskellstack.org) * [A Minimal GHC installation](https://www.haskell.org/downloads) * [The Haskell Platform](https://www.haskell.org/downloads#platform) ## Building with Stack ``` stack build ``` will build all the executables and install them in a platform-specific subdirectory under `.stack-work/install`. ## Building with Cabal new-build ``` cabal new-build ``` ## Building with Cabal ``` cabal sandbox init cabal install --only-dependencies cabal configure cabal build ```

近期下载者

相关文件


收藏者