ARD-simulator
ARD-simulator copied to clipboard
Updating of pml partition is slow.
The time cost on updating pml partition is more than it is supposed to be. Optimization may needed.
For loop in PmlPartition::Update() includes lots of repeating computation. zetax, zetay, zetaz can be initialized only at the first time.
For loop in
PmlPartition::Update()includes lots of repeating computation.zetax,zetay,zetazcan be initialized only at the first time.
will be optimized at the next commit.