StateSmith / StateSmith

A state machine code generation tool suitable for bare metal, embedded and more.
Apache License 2.0
548 stars 50 forks source link

history performance - use switch instead of a bunch of if statements #318

Open adamfk opened 3 months ago

adamfk commented 3 months ago

Complication being that not every targeted language (python before 3.10) supports switch statements.