You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@burkasaurusrex, sorry for the late response (I didn't get any notifications for new issues).
Anyways, I coincidentally removed the For commands last update to better support DataTables. I will do some performance testing between using the ForEach-Object cmdlet and the ForEach command in this Join-Object cmdlet soon and let you know the results.
@burkasaurusrex,
Thanks for the hint, on larger tables (of a few 1000 objects), there is indeed a performance increase of almost 2 times by using the ForEach command rather than the ForEach-Object cmdlet.
I have uploaded a new version (3.0.6) with this enhancement.
Foreach ends up being about twice as fast in simple tests - I wonder if it would speed up Join-Object?
The text was updated successfully, but these errors were encountered: