Solution for the PARALLELIZE achievement to solve the puzzle in under 100 cycles (the straightforward solution takes around 160). Since it takes three cycles to take a number, add it to itself, and then pass it out, the puzzle can be done more efficiently by having two different units double different numbers at the same time.
I think I only really exploited parallel execution in one other puzzle, SIGNAL MULTIPLEXER.