Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/behrica/pppmap
https://github.com/behrica/pppmap
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/behrica/pppmap
- Owner: behrica
- License: epl-2.0
- Created: 2019-02-06T21:22:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T16:12:05.000Z (about 1 year ago)
- Last Synced: 2024-10-13T02:51:23.596Z (4 months ago)
- Language: Clojure
- Size: 13.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Clojars Project](https://img.shields.io/clojars/v/pppmap.svg)](https://clojars.org/pppmap)
# pppmap
A Clojure library designed to execute a (p)map function with optional progress output and tunable partition size.
The tuning of the partition size can even make small tasks to run efficient in parallel.## Usage
FIXME
## License
Copyright © 2019 Carsten Behring
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0.This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the Eclipse
Public License, v. 2.0 are satisfied: GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or (at your
option) any later version, with the GNU Classpath Exception which is available
at https://www.gnu.org/software/classpath/license.html.