Block a user
Enhance fuzz tests to allow for more varied call orderings
Try interleaving queries to improve ILP
Instructions per cycle is already pretty high, so I'm not optimistic this will help. We can still try at some point though
Performance with USE_SIMD_FALLBACK=ON is surprisingly close to the SIMD performance. Investigate
Performance with USE_SIMD_FALLBACK=ON is surprisingly close to the SIMD performance. Investigate
Probably stale
Look for micro-optimizations
Many instructions have been shaved. We'll still keep doing this going forward.
Rewrite addWriteRange to erase more efficiently
Rewrite addWriteRange to erase more efficiently
Abandoned: too much complexity for too little value. The existing code is already pretty good it seems.