Erik Onarheim
Erik Onarheim
Checked in a new dist with v1.0.1, I'll be publishing the packages a little later :) I'll close this issue when I publish the new version to bower, nuget, and...
@docech Apologies, I should have some time soon to release the new version
Hi @notsonotso, One possible workaround if you suspect TypeState as a memory culprit is to build a factory that constructs FSMs on demand given a set of shared states and...
If you are facing GC pause pressure from object overhead right now, we could reorganized that factory into a pool and pre-allocate ~20,000 FSM at process start. Then you'd only...
@stefnotch Cool! Open a PR, is there a way to preserve the existing behavior with to avoid a breaking change?
@stefnotch I see, typescript enums are certainly cumbersome. I need some more time to think about this, given the length of time TypeState has relied on enums for defining states...
Hi @denisenepraunig! I'm glad it was useful! Thanks for the message 👍 made my day
@ufukbakan Nice! Thanks for the info, I'll update the documentation to include this
@mattjennings Implemented! #3015