Support Board
Date/Time: Sun, 24 Nov 2024 21:42:51 +0000
Post From: GetStudyArray and GetStudyArrayFromChart : Clarification of Operation
[2013-11-30 00:33:50] |
Kiwi - Posts: 375 |
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. |