Skip to content

1.6.0

Compare
Choose a tag to compare
@tevelee tevelee released this 27 Jun 20:17
· 24 commits to main since this release
1.6.0
3f6bd56

Added @inlinable and @usableFromInline annotations to key functions and properties.
These changes enhance performance by allowing the Swift compiler to inline code across module boundaries, reducing function call overhead and improving execution speed.