zoukankan      html  css  js  c++  java
  • Libev和LibEvent

    libev和libevent功能基本相同,名称相近,到底该用哪一个呢?
    zhouhh@zhh64:~$ sudo apt-cache search libevent
    libevent-dev – Development libraries, header files and docs for libevent
    event-rpc-perl – dummy package to install libevent-rpc-perl
    libev-dev – static library, header files, and docs for libev
    libev-libevent-dev – libevent event loop compatibility wrapper for libev
    libev3 – high-performance event loop library modelled after libevent

    又有libevent,又有libev,确实挺让人迷惑的。
    libevent由于出道早,2000年就出来了。所以应用广泛。而libev 2007年才出来,但号称有后发优势,性能强劲。还修正了libevent的问题。
    从资料来看,libevent的更丰富,也有memcached等比较知名软件在使用。而libev需要更多探索。

    目录libevent
    参考资料:
    libevent官网

    http://monkey.org/~provos/libevent/

    libev性能(有与libevent的比较):

    http://libev.schmorp.de/bench.html

    Libev官网:http://software.schmorp.de/pkg/libev.html
    Homepage: http://software.schmorp.de/pkg/libev
    Mailinglist: libev@lists.schmorp.de
                    http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev
    Library Documentation: http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod

    libev和libevent比较中文翻译:

    http://blog.csdn.net/heiyeshuwu/archive/2008/09/02/2865201.aspx

  • 相关阅读:
    .NET的SqlHelper应用代码
    .NET获取客户端的操作系统、IP地址、浏览器版本
    Codevs 3981 动态最大子段和
    洛谷 P3373 【模板】线段树 2
    一些笔记【杂】
    洛谷 P1432 倒水问题
    洛谷 P2324 [SCOI2005]骑士精神
    Codevs 1010 过河卒
    POJ 3278 Catch That Cow
    洛谷P2184 贪婪大陆
  • 原文地址:https://www.cnblogs.com/sunwubin/p/3557068.html
Copyright © 2011-2022 走看看