Tag Archives: JIT

4 relevant articles found:

Callback functions performance

Using anonymous functions in Matlab callbacks can be very painful for performance. Today’s article explains how this can be avoided.

Categories: GUI, Handle graphics, Low risk of breaking in future versions
Tags: , , , , , ,
12 Comments

Internal Matlab memory optimizations

Copy-on-write and in-place data manipulations are very useful Matlab performance improvement techniques.

Categories: Low risk of breaking in future versions, Memory, Stock Matlab function
Tags: , , ,
7 Comments

Array resizing performance

Several alternatives are explored for dynamic array growth performance in Matlab loops.

Categories: Low risk of breaking in future versions, Memory, Stock Matlab function, Undocumented feature
Tags: , , , ,
7 Comments

Preallocation performance

Preallocation is a standard Matlab speedup technique. Still, it has several undocumented aspects.

Categories: Low risk of breaking in future versions, Memory, Stock Matlab function, Undocumented feature
Tags: , , , ,
30 Comments