apple / swift-nio-ssh

SwiftNIO SSH is a programmatic implementation of SSH using SwiftNIO
Apache License 2.0
405 stars 50 forks source link

Update allocation counters #152

Closed dnadoba closed 1 year ago

dnadoba commented 1 year ago

Allocations have regressed without any code change. Likely cause is either swift (5.9 is still under development and I think 5.8 got a patch release) or one of our dependencies (swift-nio, swift-crypto, swift-atomics). We need to investigate why in the future.

dnadoba commented 1 year ago

It appears that it is actually a regression of this PR: https://github.com/apple/swift-nio-ssh/pull/151