mheily / libkqueue

kqueue(2) compatibility library
Other
236 stars 77 forks source link

KQUEUE_DEBUG causes very slow runtimes on Windows #156

Open timwoj opened 7 months ago

timwoj commented 7 months ago

I haven't tracked this down to anything specific, but setting KQUEUE_DEBUG=1 on Windows causes runtime to be very slow. For example, I have a failure that usually occurs without about 10 seconds of startup. With the environment variable set, I let it run for 30 minutes and it hadn't hit it yet.