Posted July 21, 2015
One question, I couldn't answer:
Should we use more or less nodes?
Should there be the least amount of cycles?
Should we have many or few instructions?
I think:
Cycles: the less the better
Nodes: the more the better (distributed computing to decrease the cycles needed)
Instructions: the less the better
You could also say, use the least amount of nodes and instructions to do the job in a resonable amount of cycles?
p.s. and there is also aesthetic of the code, do I squeeze as many instructions as possible into one register or try to distribute them in an organised way (which makes the code slower, but more resonable).
Should we use more or less nodes?
Should there be the least amount of cycles?
Should we have many or few instructions?
I think:
Cycles: the less the better
Nodes: the more the better (distributed computing to decrease the cycles needed)
Instructions: the less the better
You could also say, use the least amount of nodes and instructions to do the job in a resonable amount of cycles?
p.s. and there is also aesthetic of the code, do I squeeze as many instructions as possible into one register or try to distribute them in an organised way (which makes the code slower, but more resonable).
Post edited July 21, 2015 by disi