iRon7 / Join-Object

Combines two objects lists based on a related property between them.
MIT License
107 stars 13 forks source link

Improved the way multiple properties are compared #40

Closed iRon7 closed 1 year ago

iRon7 commented 1 year ago

Improved the way multiple properties are compared, see: Does there exist a designated (sub)index delimiter?

iRon7 commented 1 year ago

For performance reasons, I haven't exactly used the class implementation suggested by mklement0 but directly iterate throught the concerned properties. There is a minor cost for this feature but it helps to beter implement issue #41 Improved comparison with collection values (@{a=1} -ne @{a=2})