필터 지우기
필터 지우기

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