User bio
Senior Software Engineer with over a decade of experience working with InterSystems Products.
Member since Apr 27, 2017
Posts:
Replies:
Hi @Julius Kavay
The literal array syntax set outArray = [] internally creates a %DynamicArray object. If both approaches ultimately produce a %DynamicArray, why is using the literal syntax reportedly about 50% faster than explicitly calling set outArray = ##class(%DynamicArray).%New()?
Thank you for pointing the projection and it works!
Open Exchange applications:
Certifications & Credly badges:


Global Masters badges:







Followers:
Following:
Thank you for the clarification @Julius Kavay