Skip to content

knguyen2708/StructVsClassPerformance

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages