paper-ParallelPython-Short/sections/conclusions.tex

13 lines
765 B
TeX
Raw Normal View History

2022-03-27 17:33:54 -04:00
%!TEX root=../main.tex
2022-04-01 22:00:20 -04:00
We introduce an approach for incrementally refining a static approximation of provenance for computational notebooks at runtime and implement a scheduler for ICE-architecture notebooks based on this approach.
Our method enables (i) parallel cell execution; (ii) automatic refresh of dependent cells after modifications; and (iii) import of Jupyter notebooks.
2022-03-31 23:44:58 -04:00
We note several opportunities for improvement on our initial proof-of-concept, most notably to reduce blocking due to state transfer between kernels.
2022-04-01 22:00:20 -04:00
% For example, an advanced scheduler could dynamically trade off between the overheads of inter-kernel communication, and the benefits of parallel execution.
2022-03-27 17:33:54 -04:00
2022-03-20 14:59:22 -04:00
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "../main"
%%% End: