Name : perl-File-IsSorted
| |
Version : 0.2.0
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.22
| Date : 2024-08-05 19:35:25
|
Group : Unspecified
| Source RPM : perl-File-IsSorted-0.2.0-1.22.src.rpm
|
Size : 0.03 MB
| |
Packager : (none)
| |
Summary : Check if the lines of a file are sorted lexicographically
|
Description :
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).
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-F/openSUSE_Tumbleweed/noarch |