fails-components / webtransport

Http/3 webtransport support for node
Other
146 stars 20 forks source link

Event loop #208

Closed martenrichter closed 9 months ago

martenrichter commented 10 months ago

So far we used a separate eventloop from node.js's eventloop for handling webtransport io and processing. This produced a lot of overhead. Now, a restructuring of the plugin was made to use for the sockets and the event loop node.js internal stuff. It is not benchmarked yet (and some optimizations are pending), but it is hoped to improve performance.