[swift-server-dev] PR 96 - async server
Helge Heß
me at helgehess.eu
Sun Nov 19 10:23:15 CST 2017
Hi,
so what is the general feeling wrt
https://github.com/swift-server/http/pull/96
do you want/plan to take this?
I’m just asking to know whether I should waste more time on it. I think the bigger change I should probably do is to not use a dispatch channel but a dispatch source (this implementation has to do buffering anyways for pipelining, so channels do not gain us much). This would avoid some copying in specific best cases and might run a little better in performance tests.
hh
More information about the swift-server-dev
mailing list