Sort-Fast

Fast numeric sorting

Sort::Fast

Sort lists and arrays of numeric values very fast.

How to use

use Sort::Fast;

my @foo = [1,82,3,9,10,200,30,4];

@foo = @foo.sort-fast;

say @foo; # [1, 3, 4, 9, 10, 30, 82, 200]

License

This project is available under the Artistic 2.0 license, please view it at the root of the project for more information.

Sort-Fast v0.0.2

Fast numeric sorting

Authors

  • Rawley Fowler

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Sort::Fast

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.

Built with Podlite — the markup and publishing tools behind this site.