Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource perl-File-IsSorted

This checks if the lines of files or filehandles are monotonically and lexicographically increasing, (= are already sorted). It may consume less RAM and be faster than the naive way of doing 'cmp myfile.txt <(LC_ALL=C sort myfile.txt)' and it runs at O(n) instead of O(n*log(n)) time and keeps O(1) lines instead of O(n). $checker->is_filehandle_sorted({fh => $input_fh, id => "my-file.txt"}); Checks if $input_fh is sorted - throws an exception if it is not sorted and returns true if it is. $checker->is_file_sorted({path => "/path/to/file.txt", id => "my-file.txt"}); Checks if the file at path is sorted - throws an exception if it is not sorted and returns true if it is.

Found 2 sites for perl-File-IsSorted

Found 12 RPM for perl-File-IsSorted

PackageSummaryDistributionDownload
perl-File-IsSorted-0.2.0-1.mga9.noarch.htmlTest files for being lexicographical sortedMageia Cauldron for armv7hlperl-File-IsSorted-0.2.0-1.mga9.noarch.rpm
perl-File-IsSorted-0.2.0-1.mga9.noarch.htmlTest files for being lexicographical sortedMageia Cauldron for x86_64perl-File-IsSorted-0.2.0-1.mga9.noarch.rpm
perl-File-IsSorted-0.2.0-1.mga9.noarch.htmlTest files for being lexicographical sortedMageia Cauldron for aarch64perl-File-IsSorted-0.2.0-1.mga9.noarch.rpm
perl-File-IsSorted-0.2.0-1.mga9.noarch.htmlTest files for being lexicographical sortedMageia 9 for i586perl-File-IsSorted-0.2.0-1.mga9.noarch.rpm
perl-File-IsSorted-0.2.0-1.mga9.noarch.htmlTest files for being lexicographical sortedMageia 9 for armv7hlperl-File-IsSorted-0.2.0-1.mga9.noarch.rpm
perl-File-IsSorted-0.2.0-1.mga9.noarch.htmlTest files for being lexicographical sortedMageia 9 for x86_64perl-File-IsSorted-0.2.0-1.mga9.noarch.rpm
perl-File-IsSorted-0.2.0-1.mga9.noarch.htmlTest files for being lexicographical sortedMageia 9 for aarch64perl-File-IsSorted-0.2.0-1.mga9.noarch.rpm
perl-File-IsSorted-0.2.0-1.mga9.noarch.htmlTest files for being lexicographical sortedMageia Cauldron for i686perl-File-IsSorted-0.2.0-1.mga9.noarch.rpm
perl-File-IsSorted-0.0.6-1.mga8.noarch.htmlTest files for being lexicographical sortedMageia 8 for aarch64perl-File-IsSorted-0.0.6-1.mga8.noarch.rpm
perl-File-IsSorted-0.0.6-1.mga8.noarch.htmlTest files for being lexicographical sortedMageia 8 for x86_64perl-File-IsSorted-0.0.6-1.mga8.noarch.rpm
perl-File-IsSorted-0.0.6-1.mga8.noarch.htmlTest files for being lexicographical sortedMageia 8 for armv7hlperl-File-IsSorted-0.0.6-1.mga8.noarch.rpm
perl-File-IsSorted-0.0.6-1.mga8.noarch.htmlTest files for being lexicographical sortedMageia 8 for i586perl-File-IsSorted-0.0.6-1.mga8.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet