An open API service indexing awesome lists of open source software.

https://github.com/techascent/tech.parallel


https://github.com/techascent/tech.parallel

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# tech.parallel

[![Clojars Project](https://img.shields.io/clojars/v/techascent/tech.parallel.svg)](https://clojars.org/techascent/tech.parallel)

Parallelization and threading primitives. Functions for:

* parallelizing generation and transformation of sequences beyond a pmap call.
* use variable number of threads and backpressure.

* conversion of async channels to sequences.

## Examples

Please see:

[core_test.clj](test/tech/parallel_test.clj)

## License

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.