The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Sort::Key::Radix"

Sort::Key::Radix - Radix sort implementation in XS River stage one • 1 direct dependent • 1 total dependent

This module reimplements some of the funcions in the Sort::Key module using a Radix sort as the sorting algorithm. For some kinds of data (for instance large data sets of small integers, postal codes, logins, serial numbers, dates, etc.) it can be fa...

SALVA/Sort-Key-Radix-0.14 - 16 Apr 2012 11:20:35 UTC

Sort::XS - a ( very ) fast XS sort alternative for one dimension list River stage zero No dependents

This module provides several common sort algorithms implemented as XS. Sort can only be used on one dimension list of integers or strings. It's goal is not to replace the internal sort subroutines, but to provide a better alternative in some specific...

ATOOMIC/Sort-XS-0.30 - 20 Jan 2012 19:20:06 UTC

Sort::Radix - A multiple passes distribution sort algorithm River stage zero No dependents

This is an implementation based on Jarkko's Wolf book (Mastering Algorithms with Perl, pp. 145-147). By definition: radix sort is a multiple pass distribution sort algorithm that distributes each item to a bucket according to part of the item's key b...

EWIJAYA/Sort-Radix-0.04 - 22 Jan 2005 04:28:28 UTC

Sort::Packed - Sort records packed in a vector River stage zero No dependents

This module allows to sort data packed in a perl scalar. It is very fast and uses very little memory. Usually, it is one order of magnitude faster than unpacking the data and sorting it with perl "sort" builtin. EXPORT The following functions are ava...

SALVA/Sort-Packed-0.08 - 22 May 2014 15:51:24 UTC
4 results (0.037 seconds)