基于 libev 的 Qt 事件调度器:qt_eventdispatcher_libev
jopen
11年前
qt_eventdispatcher_libev 是基于 libev 的 Qt 事件调度器。
libev是高性能事件循环/事件模型的网络库,并且包含大量新特性。 它是继lievent和Event perl module之后的一套全新网络库。它追求的目标:速度更快,bug更少,特性更多,体积更小。 它和libevent很像,按照作者的介绍,可以作为libevent的替代者,能够提供更高的性能。并不需要复杂的配置。
特性:
- very fast :-)
- compatible with Qt 4 and Qt 5
- does not use any private Qt headers
- passes Qt 4 and Qt 5 event dispatcher, event loop, timer and socket notifier tests