[ 原始碼: libio-async-loop-epoll-perl ]
套件:libio-async-loop-epoll-perl(0.22-1)
libio-async-loop-epoll-perl 的相關連結
Debian 的資源:
下載原始碼套件 libio-async-loop-epoll-perl:
- [libio-async-loop-epoll-perl_0.22-1.dsc]
- [libio-async-loop-epoll-perl_0.22.orig.tar.gz]
- [libio-async-loop-epoll-perl_0.22-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
Perl extension for an event loop using epoll
IO::Async::Loop::Epoll is a Perl module that provides an implementation of an event loop that uses the epoll() system call. The epoll system call, which is currently only available on Linux, scales in constant O(1) time. For many open filehandles, you will get significantly better performance using this algorithm.
It uses the IO::Epoll (libio-epoll-perl) module for this functionality.
其他與 libio-async-loop-epoll-perl 有關的套件
|
|
|
|
-
- dep: libio-async-perl
- modules for asynchronous event-driven programming
-
- dep: liblinux-epoll-perl
- perl epoll module for O(1) multiplexing
-
- dep: libstruct-dumb-perl
- module to create simple lightweight record-like structures
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language