ConcurrentUtils

Version 0.5.0.0 revision 0 uploaded by JamesCandy.

Package meta

Synopsis
Concurrent utilities
Description

Release notes for version 0.5.0.0:

  • Deprecated and removed the DataParallel module, after it performed disappointingly on my own benchmarks, and failed to achieve sufficient parallelism to justify it; deprecated and removed "deadlock" and Data.BellmanFord modules.

  • Refactored the Conc module and renamed as CPUMultiThreading; improved the implementation of thread pools. By breaking tasks into smaller chunks when putting them on the thread pools, it avoids occupying the thread pools with long running tasks, hopefully making performance predictable when different tasks contend for the same thread pool.

  • Added a handrolled(?TODO) semaphore implementation (semaphore) which uses CAS instructions in the common case to reduce latency

Author
James Candy
Bug reports
n/a
Category
Concurrency
Copyright
n/a
Homepage
n/a
Maintainer
jacinablackbox@yahoo.com
Package URL
n/a
Stability
n/a

Components