JIT and Containers.Map()

1 次查看(过去 30 天)
Peter O
Peter O 2015-7-2
Hello everyone,
A quick question I'm hoping someone might have a little experience with: MATLAB's built-in just in time compiler (JIT) is known to work on the primitive data types, but at my last check it did not work on lines involving structures. Would anyone happen to know if it can optimize the hash table object when possible? For example, if a map datatype uses chars as keys and is specified to contain data of type (scalar) double, would that be specific enough for the JIT to work with?
From a memory perspective, it would know how big the data it's retrieving will be and where to look, provided the string is hard-coded in the file.
Thanks,
Pete

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Modeling 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by