Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shuffle external mode: Micro-optimizations relying on our engine
1. Variables are pre-initialized to 0. 2. Order of operations within an expression is specific. Since this external mode is bundled, we'll have opportunity to revise it along with any compiler changes. Meanwhile, it's valid for older versions as well, and this dirty optimization provides a ~1% speedup.
- Loading branch information