Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How much overhead does SMC add to an application?

application overhead SMC
0
10 Posted

How much overhead does SMC add to an application?

0
10

Memory: There is exactly one object for each state. These state objects are instantiated at application start. CPU: When you call a transtion method, that method calls the current state’s equivalent transition method. The state transition method performs the action method calls. Summary: Memory overhead matches the number of concrete states. CPU overhead is one subroutine call per transition. In short, overhead is negligible.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123