Most of the higher-order iterator functions in Base (sum, prod, any, all, count, minimum, maximum, etc.) can be implemented on top of tmapreduce. The only other fundamental building block that would be useful is taccumulate for cumsum and the like - are there any plans for this?
Most of the higher-order iterator functions in Base (sum, prod, any, all, count, minimum, maximum, etc.) can be implemented on top of
tmapreduce. The only other fundamental building block that would be useful istaccumulateforcumsumand the like - are there any plans for this?