Re: About describe doubt for libev release ..

2020-03-29 Thread CandyMi
My personal reason for replying to your email so late! I am very sorry. Thank you for pointing out the problem of the mail format. Currently I use a browser to send mail. This format is likely to cause special characters to escape. I think I will try to improve it. --- I simulated the ev_once

Re: About describe doubt for libev release ..

2020-03-22 Thread CandyMi
>"While other data structures are possible and I vaguely plan some minor optimisations"   I'm very happy to hear what you said! Because every optimization of Timer makes it easy for developers to use without having to hold hands in some cases (I wrote a lot of code for this).   I mentioned i

Re: About describe doubt for libev release ..

2020-03-21 Thread CandyMi
thank you for your reply. I have the same opinion about Linux aio and io_uring. The performance of aio is not as good and problematic as described, but the use of io_uring may be limited by the version of the Linux kernel and it makes me hesitant. There may be very few people who follow up on

About describe doubt for libev release ..

2020-03-21 Thread CandyMi
My doubt:    1. "the documentation wrongly claimed that user may modify fd and events members in io watchers when the watcher was stopped." means: Can't modify internal members even if I/O watcher has been stopped?    2. What is the scenario where timerfd checks "Time Jump" cannot wake up? w

About update libev benchmark.

2019-07-03 Thread CandyMi
Hello . It is recommended to update the benchmark and compare some differences between libev && libuv && libevent. The previously compared version is too old :)___ libev mailing list libev@lists.schmorp.de http://lists.schmorp.de/mailman/listinfo/li

Re: About "./configure" Checking the build environment

2019-06-26 Thread CandyMI
requires embedded compilation to take effect. Can I get better libev build suggestions here? -- Original -- From: "Marc Lehmann"; Date: Wed, Jun 26, 2019 06:51 AM To: "CandyMi"<869646...@qq.com>; Cc: "libev"; Subject: Re: Ab

Re: About "./configure" Checking the build environment

2019-06-25 Thread CandyMI
;ev.c". Does it mean that libev will have a plan supported by the Windows platform? -- Original -- From: "Marc Lehmann"; Date: Wed, Jun 26, 2019 03:27 AM To: "CandyMI"<869646...@qq.com>; Cc: "libev"; Subject: Re: About &qu

About "./configure" Checking the build environment

2019-06-25 Thread CandyMI
When I tried to build libev based on "configure", it didn't try to detect if the system contains the following "linux/aio_abi.h" file Unless I build with "sh autogen.sh". Does this mean that using "./configure" alone is wrong? checking sys/signalfd.h usability... yeschecking sys/signalfd.h p