Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 16:30:32 +0000



Post From: GetStudyArray and GetStudyArrayFromChart : Clarification of Operation

[2013-11-30 00:33:50]
Kiwi - Posts: 374
Are these assumptions correct please:

1. study arrays are maintained in ram so access is fast via pointer arithmetic

2. a call to the GetStudyArray or its variants just maps a pointer to an array existing in ram rather than copying an array

3. a call to the GetStudyArrayFromChart just maps a pointer to an array existing in ram rather than copying an array

4. if an array is copied, how much is copied each time the call is made?

Thanks; I'm trying to make sure I take an efficient approach to a new project.