apple / swift-nio-http2

HTTP/2 support for SwiftNIO
https://swiftpackageindex.com/apple/swift-nio-http2/main/documentation/niohttp2
Apache License 2.0
465 stars 82 forks source link

Mark public generic async methods inlinable #426

Closed rnro closed 1 year ago

rnro commented 1 year ago

Mark public generic async methods inlinable

Motivation:

Mark generic async methods inlinable where possible to improve performance.

Modifications:

Multiple methods marked @inlinable

Result:

Performance increase