Ports Search

Results 17,71117,720 of 19,819 for %22HTTP Server%22.(0.011 seconds)
devel/Thread-Pool-Simple-0.25 (Score: 7.739885E-4)
Simple thread-pool implementation
Thread::Pool::Simple provides a simple thread-pool implementation without external dependencies outside core modules. Jobs can be submitted to and handled by multi-threaded `workers' managed by the pool.
devel/Test-Net-RabbitMQ-0.10 (Score: 7.739885E-4)
Perl mock RabbitMQ implementation for use when testing
A Perl mock RabbitMQ implementation for use when testing.
devel/randomForest-4.6.7 (Score: 7.739885E-4)
Classification based on a forest of trees using random inputs
Breiman and Cutler's random forests for classification and regression
devel/Tie-Array-Sorted-1.4.1 (Score: 7.739885E-4)
Perl array which is kept sorted
Tie::Array::Sorted represents an ordinary array, which is kept sorted. All pushes and unshifts cause the elements in question to be inserted in the appropriate location to maintain order. Direct stores ($a[10] = "wibble") effectively splice out the original value and insert the new element. It's not clear why you'd want to use direct stores like that, but this module does the right thing if you do.
devel/reshape2-1.4.1 (Score: 7.739885E-4)
Flexibly reshape data: a reboot of the reshape package
Reshape lets you flexibly restructure and aggregate data using just two functions: melt and cast.
devel/Tie-DB_FileLock-0.11 (Score: 7.739885E-4)
Locking access to Berkeley DB v1.x
Tie::DB_FileLock extends DB_File, providing a locking layer using flock(). Unlike Tie::DB_Lock, Tie::DB_FileLock does not duplicate files to allow concurrent access for readers and writers. Tie::DB_FileLock is therefore suitable for large dbms with relatively short locking periods.
devel/Tie-Hash-Indexed-0.05 (Score: 7.739885E-4)
Ordered hashes for Perl in XS
Tie::Hash::Indexed is very similar to Tie::IxHash. However, it is written completely in XS and usually about twice as fast as Tie::IxHash. It's quite a lot faster when it comes to clearing or deleting entries from large hashes. Currently, only the plain tying mechanism is supported.
devel/Tie-Hash-MultiValue-1.02 (Score: 7.739885E-4)
Store multiple values per key
Tie::Hash::MultiValue allows you to have hashes which store their values in anonymous arrays, appending any new value to the already-existing ones. This means that you can store as many items as you like under a single key, and access them all at once by accessing the value stored under the key.
devel/Tie-Hash-Sorted-0.10 (Score: 7.739885E-4)
Tie::Hash::Sorted - presents hashes in sorted order
This Perl module presents hashes in sorted order.
devel/Tie-Hash-TwoWay-1.08 (Score: 7.739885E-4)
Tie::Hash::TwoWay - two-way mapping between disjoint sets
Tie::Hash::TwoWay will take a list of one-way associations and transparently create their reverse. For instance, say you have a list of machines, and a list of classes that each machine belongs to. Tie::Hash::TwoWay will take the machines, one by one, with an associated array reference of class names, and build the reverse mapping of classes to machines. All the mappings are stored as hashes. You can access the secondary mappings as if they were hash keys in their own right.