swift-http-types icon indicating copy to clipboard operation
swift-http-types copied to clipboard

Make everything inlinable.

Open Lukasa opened this issue 9 months ago • 2 comments

There are a number of performance constraints that can be lifted in the source-available build mode. Many of these are ultimately about specialization, but we should resolve all of these with a judicious sprinkling of @inlinables.

Lukasa avatar Feb 21 '25 10:02 Lukasa