1 to 1 of 1 Result
Jan 24, 2022
Tkachev, Gleb, 2022, "PyPlant: A Python Framework for Cached Function Pipelines", https://doi.org/10.18419/darus-2249, DaRUS, V1
PyPlant is a simple coroutine-based framework for writing data processing pipelines. PyPlant's goal is to simplify caching of intermediate results in the pipeline and avoid re-running expensive early stages of the pipeline, when only the later stages have changed. |