Vesa Karvonen

Results 84 comments of Vesa Karvonen

I added a few comments to @TheAngryByrd Hopac branch and added a pair of new interop primitives to Hopac that might improve perf. I can see that the code (both...

@haf Thanks! After that and reinstalling libuv (and running into http://bugs.python.org/issue18378) I managed to run Suave master build to completion. So, then I need to get the Hopac branch built...

I've now spent a little time looking at the changes and running the benchmarks. It seems that the hot paths still contain Async code. IOW, much of the leaf code...

I'm looking into getting Eio working on Windows. I was just able to reproduce the signal issue: ``` C:\...\eio>make bench dune exec -- ./bench/bench_buf_read.exe +Read 100000000 bytes in 0.875s dune...

Some progress on Windows: After removing the `set_signal` call from `eio_luv.ml`, the benchmarks started to fail with a segfault. The cause of the segfault turned out to be a compiler...

Just noting some progress here. First of all [a PR was reverted in `mdx`](https://github.com/realworldocaml/mdx/pull/414) that broke it on Windows. I've also made [some progress](https://github.com/aantron/luv/issues/142) towards making it possible to use...

~I just got this PR to build and test on my Windows machine. I'll try to take a moment to read through the changes today.~ Sorry, wrong discussion thread. 😅

Noting here that the "symlinks" test was failing on my Windows machine although I could create symlinks from the command line. Looking at the symlink creation code in the ocaml/otherlibs,...

I noticed that the CI was failing and created a quick PR #44 to upgrade Reagents to be kcas 0.4.0 compatible.

I rebased this against main so that CI will be able to build it.