- Log in to post comments
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()?
- Log in to post comments
Thank you for pointing the projection and it works!
- Log in to post comments
Open Exchange applications:
Certifications & Credly badges:
Followers:
Ashok Kumar has no followers yet.
Following:
Ashok Kumar has not followed anybody yet.
Thank you for the clarification @Julius Kavay