v3.2.0
Faster Compilation
Reduced use of always inline and removed flattening. Building jump tables in a way that is easier for the compiler to optimize. These changes improve compile time performance without sacrificing runtime speed.
Fixes an issue where GCC would emit variable tracking size limit exceeded
due to flattening.
Full Changelog: v3.1.9...v3.2.0