-
- Downloads
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)
Loading
Please register or sign in to comment