Ports Search

Results 6,8716,880 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.016 seconds)
devel/Heap-Simple-XS-0.10 (Score: 2.1808068E-4)
XS implementation of the Heap::Simple interface
This module provides an XS implementation of the interface described in Heap::Simple. Look there for a description.
devel/IO-Async-0.70 (Score: 2.1808068E-4)
Perl modules that implement asynchronous filehandle IO
This collection of modules allows programs to be written that perform asynchronous filehandle IO operations. A typical program using them would consist of a single subclass of IO::Async::Set to act as a container for a number of IO::Async::Notifier objects (or subclasses thereof). The set itself is responsible for checking read- or write-readiness, and informing the notifiers of these conditions. The notifiers then perform whatever work is required on these conditions, by using subclass methods or callback functions.
devel/InlineX-CPP2XS-0.24 (Score: 2.1808068E-4)
Convert from Inline C++ code to XS
InlineX::CPP2XS is a perl module to create an XS file from an Inline C++ file.
devel/List-Objects-Types-1.003002 (Score: 2.1808068E-4)
Type::Tiny-based types for List::Objects::WithUtils
A set of Type::Tiny-based types & coercions matching the list objects found in List::Objects::WithUtils.
devel/Log-Any-Adapter-Log4perl-0.08 (Score: 2.1808068E-4)
Log::Any adapter for Log4perl
This is a port for Log::Any::Adapter::Log4perl, Log::Any's adapter for Log4perl.
devel/MCE-1.802 (Score: 2.1808068E-4)
Many-Core Engine for Perl providing parallel processing capabilities
Many-Core Engine (MCE) for Perl helps enable a new level of performance by maximizing all available cores. MCE spawns a pool of workers and therefore does not fork a new process per each element of data. Instead, MCE follows a bank queuing model. Imagine the line being the data and bank-tellers the parallel workers. MCE enhances that model by adding the ability to chunk the next n elements from the input stream to the next available worker.
devel/Log-Dispatch-DBI-0.02 (Score: 2.1808068E-4)
Log::Dispatch output class for logging to database via DBI interface
Log::Dispatch::DBI is a subclass of Log::Dispatch::Output, which inserts logging output into relational database using DBI interface.
Subclass of Log-Dispatch-Email that uses Email-Send
This is a subclass of Log::Dispatch::Email that implements the send_email method using the Email::Send module.
devel/Log-Dispatch-Scribe-0.05 (Score: 2.1808068E-4)
Logging via Facebook's Scribe server software
This module provides a Log::Dispatch style interface to Scribe, and is also fully compatible with Log::Log4perl.
devel/Module-CPANfile-1.1002 (Score: 2.1808068E-4)
Parse cpanfile
Module::CPANfile is a tool to handle L<cpanfile> format to load application specific dependencies, not just for CPAN distributions.