tpie
tpie copied to clipboard
Pipelining duplication: lambda_t and map_t
We have two nodes that apply a function to the input and push to the destination: map_t
in map.h
and lambda_t
in std_glue.h
.
We alwayes use map() in terrastream, so I propose to deprecate or remove lambda.