Search results for "module:Sort::Radix"

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::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 - perl pragma to control sort() behaviour River stage five • 11292 direct dependents • 32664 total dependents

Historically the "sort" pragma you can control the behaviour of the builtin "sort()" function. Prior to v5.28.0 there were two other options: use sort '_mergesort'; use sort '_qsort'; # or '_quicksort' If you try and specify either of these in v5.28+...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

sort - perl pragma to control sort() behaviour River stage five • 11292 direct dependents • 32664 total dependents

Historically the "sort" pragma you can control the behaviour of the builtin "sort()" function. Prior to v5.28.0 there were two other options: use sort '_mergesort'; use sort '_qsort'; # or '_quicksort' If you try and specify either of these in v5.28+...

RJBS/perl-5.38.0 - 02 Jul 2023 23:00:28 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::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
6 results (0.031 seconds)