pico icon indicating copy to clipboard operation
pico copied to clipboard

A C++ framework for data analytics pipelines

Results 19 pico issues
Sort by recently updated
recently updated
newest added

Design some mechanism (e.g., exception-based?) to report errors of different kinds: - typing (data/structure) errors - generic errors (e.g., non-existing file) - ...

enhancement

ideas: - implementation choice as template parameter (similar to grppi)

enhancement

read -> merge(-, read) -> write

- read -> to(write, write) - read -> to(write, +1) -> write - read -> to(+1, +2) -> write

- read -> sum -> write ### Corner Cases - single input item