|
|
| Author |
Message |
|
| wingedsubmariner |
Posted: Thu Sep 20, 2007 8:55 pm |
|
|
|
Joined: 20 Sep 2007
Posts: 1
|
Written by: Stephen Marsh,
plists is a drop-in replacement for the Erlang module lists, making most list operations parallel. It can operate on each element in parallel, for IO-bound operations, on sublists in parallel, for taking advantage of multi-core machines with CPU-bound operations, and across erlang nodes, for parallizing inside a cluster. It handles errors and node failures. It can be configured, tuned, and tweaked to get optimal performance while minimizing overhead.
Almost all the functions are identical to equivalent functions in lists, returning exactly the same result, and having both a form with an identical syntax that operates on each element in parallel and a form which takes an optional “malt”, a specification for how to parallize the operation.
Documentation is available at http://freeyourmind.googlepages.com/plists.html , and the project page with downloads and source repository on http://code.google.com/p/plists/. |
| Description: |
|
 Download |
| Filename: |
plists-1.0.zip |
| Filesize: |
72.94 KB |
| Downloaded: |
1374 Time(s) |
|
|
| Back to top |
|
| number |
Posted: Mon Jun 04, 2012 9:06 am |
|
|
|
User
Joined: 04 Jun 2012
Posts: 18
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|
|