- The p99 improvement over raw throughput matches what I've seen with napi-rs too — Rust's predictable memory management helps with tail latencies even when average perf is similar to C implementations. Windows support gap for uvloop is a real pain point in production, so that alone could justify the switch for some teams.
- when i was building silkworm, unability of uvloop to support Windows was a problem for me, so i added winloop
btw, they seem to be included into uvloop: https://github.com/Vizonex/Winloop/commit/317873329143e8cf82...
- added support for Windows in v0.1.3