hiredis/adapters
Anton Tiurin ca4a0e850b uvadapter: reduce number of uv_poll_start calls
Internally uv_poll_start iterates over all
attached event handlers to update event mask. It's
quite expensive operation if there many event handlers attached
to a loop.
As redisLibuvEvents.events is a copy of what libuv should see,
we can rely on it to avoid event mask updates.

Signed-off-by: Anton Tiurin <noxiouz@yandex.ru>
2022-09-01 12:37:30 -07:00
..
ae.h Allow users to replace allocator and handle OOM everywhere. (#800) 2020-05-22 09:27:49 -07:00
glib.h Allow users to replace allocator and handle OOM everywhere. (#800) 2020-05-22 09:27:49 -07:00
ivykis.h Allow users to replace allocator and handle OOM everywhere. (#800) 2020-05-22 09:27:49 -07:00
libev.h Remove unused parameter warning in libev adapter 2021-11-18 09:14:39 -08:00
libevent.h Fix adapters/libevent.h compilation for 64-bit Windows (#937) 2022-01-05 10:43:51 -08:00
libuv.h uvadapter: reduce number of uv_poll_start calls 2022-09-01 12:37:30 -07:00
macosx.h Allow users to replace allocator and handle OOM everywhere. (#800) 2020-05-22 09:27:49 -07:00
poll.h Polling adapter and example 2022-07-05 11:14:03 +00:00
qt.h Make sure to disconnect the adapter in the destructor 2015-07-27 23:17:41 +02:00