.gitignore
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
renovate.json
requirements.txt
.github/dependabot.yml
.github/workflows/codeql.yml
.github/workflows/dependency-review.yml
.github/workflows/documentation.yml
.github/workflows/linter.yml
.github/workflows/pypi.yml
.github/workflows/scorecard.yml
docs/.gitignore
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/_templates/layout.html
docs/source/tutorials/examples.rst
docs/source/tutorials/implementation_details.rst
docs/source/tutorials/quickstart.rst
docs/source/tutorials/images/parallel_function.png
docs/source/tutorials/images/parallel_scatter_gather.png
docs/source/tutorials/images/partition_size_estimator_graph_1.png
docs/source/tutorials/images/partition_size_estimator_graph_2.png
examples/__init__.py
examples/requirements.txt
examples/api_usage/__init__.py
examples/api_usage/all_arguments.py
examples/api_usage/backend_setup.py
examples/api_usage/custom_generators.py
examples/api_usage/nested_functions.py
examples/api_usage/partition_size.py
examples/api_usage/per_argument.py
examples/api_usage/profiling.py
examples/california_housing/__init__.py
examples/california_housing/main.py
examples/count_bigrams/__init__.py
examples/count_bigrams/main.py
examples/europe_electricity/__init__.py
examples/europe_electricity/main.py
examples/portfolio_metrics/__init__.py
examples/portfolio_metrics/main.py
images/benchmark_results.svg
parfun/__init__.py
parfun/about.py
parfun/dataframe.py
parfun/decorators.py
parfun/entry_point.py
parfun/functions.py
parfun/object.py
parfun/py_list.py
parfun.egg-info/PKG-INFO
parfun.egg-info/SOURCES.txt
parfun.egg-info/dependency_links.txt
parfun.egg-info/requires.txt
parfun.egg-info/top_level.txt
parfun/backend/__init__.py
parfun/backend/dask.py
parfun/backend/local_multiprocessing.py
parfun/backend/local_single_process.py
parfun/backend/mixins.py
parfun/backend/profiled_future.py
parfun/backend/scaler.py
parfun/backend/utility.py
parfun/combine/__init__.py
parfun/combine/collection.py
parfun/combine/dataframe.py
parfun/kernel/__init__.py
parfun/kernel/function_signature.py
parfun/kernel/parallel_function.py
parfun/partition/__init__.py
parfun/partition/api.py
parfun/partition/collection.py
parfun/partition/dataframe.py
parfun/partition/object.py
parfun/partition/primitives.py
parfun/partition/utility.py
parfun/partition_size_estimator/__init__.py
parfun/partition_size_estimator/linear_regression_estimator.py
parfun/partition_size_estimator/mixins.py
parfun/partition_size_estimator/object.py
parfun/profiler/__init__.py
parfun/profiler/functions.py
parfun/profiler/object.py
slides/Parfun, Pargraph and Scaler: Implicit Parallelization Libraries.pdf
slides/readme.txt
tests/__init__.py
tests/test_collection.py
tests/test_context.py
tests/test_dataframe.py
tests/test_decorators.py
tests/test_functions.py
tests/test_helpers.py
tests/test_legacy_api.py
tests/backend/__init__.py
tests/backend/mixins.py
tests/backend/test_dask.py
tests/backend/test_local_multiprocessing.py
tests/backend/test_local_single_process.py
tests/backend/test_scaler.py
tests/backend/utility.py
tests/kernel/__init__.py
tests/kernel/test_function_signature.py
tests/kernel/test_parallel_function.py
tests/partition/__init__.py
tests/partition/test_api.py
tests/partition/test_primitives.py
tests/partition/test_utility.py
tests/partition_size_estimator/__init__.py
tests/partition_size_estimator/test_linear_regression_estimator.py
tests/profiler/__init__.py
tests/profiler/test_functions.py