Anil Madhavapeddy
Anil Madhavapeddy
Thanks for this! Have you been in touch with the original author of netstring (@gerdstolpmann)? We do prefer that patches for upstream are not held in opam-repository, but upstream to...
Understood. Let's wait to see if @gerdstolpmann has any time to advise on his preferred way forward.
Agreed; this is a very large patch to host in the repository directly.
+1 for multicast support; we need to do this systematically for IPv4 sockets as well.
Still tests failing here...
Possibly https://github.com/ocaml/ocaml/pull/12919 for on s390x
Just tested this PR on the master branch (as of today), as it fixes importing references that have CDATA nodes in their titles (from Crossref XML). The version of w3c-xmlserializer...
The eio server is half as fast on macOS for me: * 105 Gbits/sec for `iperf3-darwin -s` * 61.8 Gbits/sec for `dune exec -- ./src-eio/server.exe` (the posix backend) Need to...
On Linux, similar slight slowdown on the iperf server: * 66.4 Gbits/sec for `iperf3 -s` * 69.2 Gbits/sec for `EIO_BACKEND=io-uring dune exec -- ./src-eio/server.exe` * 68.3 Gbits/sec for `EIO_BACKEND=posix dune...
A parallel test with 20 connections (`iperf3 -c 127.0.0.1 -P 20`): * 3.30 Gbits/sec for `iperf3 -s` * 3.21 Gbits/sec for `EIO_BACKEND=io-uring dune exec -- ./src-eio/server.exe` * 3.43 Gbits/sec for...