https://github.com/techascent/tech.parallel
https://github.com/techascent/tech.parallel
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/techascent/tech.parallel
- Owner: techascent
- License: epl-1.0
- Created: 2018-10-14T23:31:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-19T13:24:14.000Z (almost 6 years ago)
- Last Synced: 2025-12-13T04:45:28.631Z (7 months ago)
- Language: Clojure
- Size: 88.9 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tech.parallel
[](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.