﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4615	New unit checking performance	Per Östlund	arunkumar palanisamy	"The new unit checking has rather severe performance issues. Consider a model such as this:
{{{
connector C
  Real e;
  flow Real f;
end C;

model M
  C c1[100000], c2[100000];
equation
  connect(c1, c2);
end M;
}}}
The whole instantiation, including connection handling, scalarization and DAE conversion, takes about 3 seconds for me. The unit checking meanwhile takes 22 seconds."	defect	closed	high	1.13.0	New Instantiation	v1.13.0-dev-nightly	fixed		Mahder Alemseged Gebremedhin
