Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide access to elements #2

Open
CWBudde opened this issue Dec 29, 2013 · 0 comments
Open

Provide access to elements #2

CWBudde opened this issue Dec 29, 2013 · 0 comments

Comments

@CWBudde
Copy link

CWBudde commented Dec 29, 2013

To avoid copying data more than necessary, it would be useful to have to the 'Elements' array (of type T2DBooleanArray). It must not be a direct (but readonly!) access to the FElements field, but some pointer to the raw 2D data would be nice. With the current implementation this is not possible due to the fact that the definition:

T2DBooleanArray = array of array of Boolean;

don't yield a linear data field. This would not only result in a more compact memory (with less fragmentation and faster operation), but also increase the usability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant