Skip to content
Snippets Groups Projects
Verified Commit 33994dde authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Optimization for use_dll at 2nd and 3rd order

When creating the sparse matrix (in MATLAB or C mode), since storage is in
column-major order, output the first column, then the second, then the third.
This gives a significant performance boost in use_dll mode (at both compilation
and runtime), because it facilitates memory accesses and expression reusage.
parent b524e19c
Branches
Tags
No related merge requests found
Pipeline #373 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment