Acme-Sort-Sleep

 view release on metacpan or  search on metacpan

lib/Acme/Sort/Sleep.pod  view on Meta::CPAN

=head1 NAME

Acme::Sort::Sleep - IO::Async timer based sorting algorithm

=head1 SYNOPSIS

  use Acme::Sort::Sleep qw( sleepsort );

  my @sorted = sleepsort( qw( 3 1 3.37 0 ) );

=head1 DISCUSSION

L<https://www.reddit.com/r/programming/comments/2qeg28/4chan_sleep_sort/>

  If it's dumb but it works, it's not dumb.
  Except this. This works, but it's still dumb. :D

    -- Asmor

Except this won't always work.

=head1 AUTHOR

Mitch McCracken E<lt>mrmccrac@gmail.comE<gt>

=head1 COPYRIGHT AND LICENSE

This software is Copyright (c) 2013 by Mitch McCracken.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)

=cut



( run in 0.549 second using v1.01-cache-2.11-cpan-e1769b4cff6 )