ARD-simulator icon indicating copy to clipboard operation
ARD-simulator copied to clipboard

Updating of pml partition is slow.

Open jinnsjj opened this issue 6 years ago • 2 comments

The time cost on updating pml partition is more than it is supposed to be. Optimization may needed.

jinnsjj avatar Jan 26 '19 08:01 jinnsjj

For loop in PmlPartition::Update() includes lots of repeating computation. zetax, zetay, zetaz can be initialized only at the first time.

jinnsjj avatar Feb 01 '19 06:02 jinnsjj

For loop in PmlPartition::Update() includes lots of repeating computation. zetax, zetay, zetaz can be initialized only at the first time.

will be optimized at the next commit.

jinnsjj avatar Feb 04 '19 06:02 jinnsjj