apple / swift-nio-ssh

SwiftNIO SSH is a programmatic implementation of SSH using SwiftNIO
Apache License 2.0
398 stars 49 forks source link

Remove some data-path CoW #131

Closed Lukasa closed 1 year ago

Lukasa commented 1 year ago

Motivation

CoW on the datapath is really gnarly, and we'd like to avoid it if at all possible.

Modifications

Results

Drastically lowered allocation count