pancsta/asyncmachine-go

feat(am-dbg): optimize state names in steps to indexes

pancsta opened this issue · 1 comments

pkg/machine#Step keeps state names as strings. This does not store well and needs to be indexed in parseMsg, just like CalledStatesIdxs.

Partially implemented in #184.