z25 / pyZOCP

Python ZOCP implementation (Z25 Orchestration Control Protocol)
GNU Lesser General Public License v3.0
33 stars 5 forks source link

minor optimalisation with big benefits. #86

Closed sphaero closed 9 years ago

sphaero commented 9 years ago

It prevents encoding for every iteration

fieldOfView commented 9 years ago

Looks good. Do we have did I create more iterations like this?

sphaero commented 9 years ago

I don't think so...

fieldOfView commented 9 years ago

Here's another one: https://github.com/z25/pyZOCP/blob/master/src/zocp.py#L845

sphaero commented 9 years ago

87