apple / swift-log

A Logging API for Swift
https://apple.github.io/swift-log/
Apache License 2.0
3.48k stars 284 forks source link

Make protocol usage obvious using any and some keywords #307

Closed PeterAdams-A closed 3 months ago

PeterAdams-A commented 3 months ago

Motivation:

Calling through protocols is more expensive than many other types of call.

Modifications:

Annotate each protocol usage with any or some keywords.

Result:

Protocol usage now obvious