Klaus Birken
Klaus Birken
Performance-wise, execution of a switch-statement based on a jump table will be O(1). Chained if-else-statements will be O(N), although performance can be optimized if the relative frequency of the cases...
The FARACON-tool doesn't support CPP implementation datatypes yet. Currently this is not planned due to missing funding.
Could you fix this in the meantime?
The documentation will be located in the wiki of this github repository: https://github.com/GENIVI/franca_ara_tools/wiki
I missed the `MapType` because it isn't derived from the `CollectionType` abstract concept. But you're right, also maps should be comparable using equals/not-equals.
I suggest to stick with the existing semantics of Franca IDL as it is implemented in the Eclipse-based version. There, transitive imports will not work, i.e., from P1-NS1 only model...
> @dbinkele , @kbirken why is this PR targeting the datev staging branch? It probably targeted `maintenance/mps20222` before, and was retargeted to some arbitrary branch when the previous one was...
@wsafonov Added you as reviewer because we talked about how to avoid performance issues for this feature last week. Thanks for the fruitful discussion!
> This PR is open for 2 months. Can it be merged after those small modifications? Thanks for the reminder. Up to now there were more high-prio request by the...
@HeikoBecker Thanks for your findings, I only now could find the time to look into it. But now the PR is ready for merge in my point of view, pls...