Snippets tagged parallel

  • F# Future

    Similar to an async { } block but captures the result for future consumption. This structure can be very useful for performing multiple result-returning operations in parallel when the results aren't needed immediately. For example, performing several read/transform operations or pre-populating a cache with yet-to-be computed values. Microsoft's Task Parallel Library in .NET 4.0 includes a Future implementation so this version is only needed on earlier .NET versions. Comments, suggestions, and improvements are always welcome.

    4 people like this

    Posted: 12 years ago by Jason McCampbell

  • Reducers

    A simple yet powerful library for parallel collection processing. Inspired by Clojure's Reducers.

    10 people like this

    Posted: 10 years ago by Nick Palladinos

  • Staged Parallel Ziria Streams

    Staged Parallel Ziria Streams.

    1 people like this

    Posted: 6 years ago by NIck Palladinos