kwiver
kwiver copied to clipboard
Move sprokit processes to arrows sub-tree
The processes under sprokit/processes/*
should be migrated to arrows/*/processes/
based on the best fit for the category. Some processes have the same organization as the arrows (e.g. core), but others are part of a new category (e.g. flow and transport). Maybe they should go in arrows/flow/processes
for example.
I would argue that very general purpose processes, like those that control the flow of data (e.g. mux and demux, time shifting data, etc.) should go in arrows/core/processes
, however, I could be convinced that a new arrow makes sense too. The current problem is that core
has too much in it, but I think sprokit flow and transport processes are more "core" than many other things in core
right now.