ros / urdfdom

URDF parser
http://ros.org/wiki/urdf
Other
97 stars 131 forks source link

refactor: Improve performance #176

Closed howjmay closed 1 year ago

howjmay commented 1 year ago

For non-primitive types, using prefix ++/-- operator is faster.

And two not necessary if condition are removed.

clalancette commented 1 year ago

CI: