Does MATLAB 2010b provide JIT acceleration support for structures and cell arrays?
Mostrar comentarios más antiguos
I have several functions and scripts that either:
- output cell arrays of vectors OR matrices - operate on cell arrays of vectors OR matrices - output on single-level structures of vectors OR matrices - operate on single-level structures of vectors OR matrices
Will the JIT be speeding up my code in any of these cases?
If I want performance enhancement will I have to rewrite my code to work with standard arrays?
3 comentarios
Jan
el 4 de Jun. de 2011
Without seeing the code, an answer is more or less guessing. It is not recommended to adjust the source to the JIT of a specific Matlab version. The next update or next release will change the situation again...
AJP
el 4 de Jun. de 2011
Walter Roberson
el 4 de Jun. de 2011
Jan meant that it was not advisable to tune your code according to the characteristics of the JIT of the version you have now, as next version the JIT might favor something else.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Structures en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!