Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[henshin-dev] JavaScript is slow..

Hi,

I added a check to the engine which bypasses the use of the JavaScript engine for evaluating attribute values if they are constants. For the probabilistic broadcast example the state space generation is now 4 times faster. So the lesson learned is that we should avoid using the JavaScript engine whenever it is possible. I will check in the patch later today or tomorrow.

Cheers,
Christian


Back to the top