CZ-NIC / yangson

GNU Lesser General Public License v3.0
53 stars 20 forks source link

Optimize NodeSet bind method #116

Closed ojnas closed 2 years ago

ojnas commented 2 years ago

Make computation more efficient by generating the NodeSet based on a single dict comprehension instead of repeatedly calling the union method.

llhotka commented 2 years ago

Merged, thanks!