You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2026. It is now read-only.
Demonstrates how structures can be more performant than classes.
Tests are done for structs/classes with 1 and 10 fields.
Compiler settings:
LLVM -Ofast
Swift Compiler -O -whole-module-optimization
About
A demonstration of how much structures can be more performant than class.