1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: libalgorithm-diff-xs-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12),
libalgorithm-diff-perl <!nocheck>,
perl-xs-dev,
perl:native
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libalgorithm-diff-xs-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libalgorithm-diff-xs-perl.git
Homepage: https://metacpan.org/release/Algorithm-Diff-XS
Rules-Requires-Root: no
Package: libalgorithm-diff-xs-perl
Architecture: any
Depends: ${perl:Depends},
${shlibs:Depends},
${misc:Depends},
libalgorithm-diff-perl
Description: module to find differences between files (XS accelerated)
Algorithm::Diff::XS is a Perl diff utility module based on Joe Schaefer's
excellent but not very well-known Algorithm::LCS module, with a drop-in
interface identical to Algorithm::Diff.
.
Note that only the LCSidx function is optimized in XS at the moment, which
means only compact_diff will get significantly faster for large data sets,
while diff and sdiff will run in identical speed as Algorithm::Diff.
|