v0.2.2.1-beta
Release notes:
- This version optimizes many of the problems in 0.0.1-alpha and is nearly compliant with the STAMINA 2.0 algorithm.
- State data is stored in an easier means of lookup and are allocated from a memory pool
- The one difference between this and the Java version is we use a priority queue on state index
If you're curious why the jump in versioning it's to align with STAMINA/PRISM's versioning
Goals for v2.2.5-beta:
- Use state remapping and
std::deque
rather than priority queue for speed optimization