Skip to content
Snippets Groups Projects
Commit 31f12337 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Change SubArray implementation

It does not store the underlying Array anymore.
- this is quite dangerous but it increases performances by a factor 2+
- all copy constructors have been removed as well to reduce the risk
of bad manipulation (ie: using a SubArray on a destroyed Array)
parent 321ba8a4
No related branches found
No related tags found
1 merge request!84Add SubArray class
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment