Fair Compiler Comparison
Base mode enforces identical algorithmic approaches across all submissions to enable pure compiler efficiency comparison.
Use Case: "Which compiler produces the most efficient UPLC for the same algorithm?"
- Prescribed algorithm implementation
- Same logic across all compilers
- Pure compiler efficiency testing
- Apples-to-apples comparison
View Base Mode Reports →
Real-World Performance
Open mode allows unrestricted optimization techniques to showcase what's possible with each compiler and ecosystem.
Use Case: "What's the fastest possible implementation regardless of technique?"
- Any optimization technique allowed
- Memoization, unrolling, etc.
- Real-world performance showcase
- Innovation and creativity encouraged
View Open Mode Reports →