Boost Statechart vs. Meta State Machine

前端 未结 5 1150
隐瞒了意图╮
隐瞒了意图╮ 2021-01-29 18:13

Apparently boost contains two separate libraries for state machines: Statechart and Meta State Machine (MSM). The taglines give very similar descriptions:

  • Boost.St
5条回答
  •  耶瑟儿~
    2021-01-29 18:48

    While coding my own PPP implementation I used Statechart for three reasons: 1) Statechart is simpler and has clearer documentation; 2) I really dislike UML :)

    Boost docs say MSM is at least 20 times faster, but compiles pretty slow for large FSM.

提交回复
热议问题