The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Array::Diff"

Array::Diff - Find the differences between two arrays River stage three • 9 direct dependents • 237 total dependents

This module compares two pre-sorted arrays and returns the added or deleted elements in two separate arrays. It's a simple wrapper around Algorithm::Diff. Note: the arrays must be sorted before you call "diff". And if you need more complex array tool...

NEILB/Array-Diff-0.09 - 10 May 2019 08:34:15 UTC

Bencher::Scenario::Array::Set::diff - Benchmark diff operation River stage one • 1 direct dependent • 1 total dependent

Packaging a benchmark script as a Bencher scenario makes it convenient to include/exclude/add participants/datasets (either via CLI or Perl code), send the result to a central repository, among others . See Bencher and bencher (CLI) for more details....

PERLANCAR/Bencher-Scenarios-Array-Set-0.004 - 22 Oct 2021 00:05:55 UTC

Array::Set - Perform set operations on arrays River stage one • 4 direct dependents • 4 total dependents

This module provides routines for performing set operations on arrays. Set is represented as a regular Perl array. All comparison is done with "eq" (string comparison) by default, but if your set contains references/undef, you can enable "allow_refs"...

PERLANCAR/Array-Set-0.063 - 20 Oct 2021 00:05:56 UTC

Array::Utils - small utils for array manipulation River stage two • 15 direct dependents • 18 total dependents

A small pure-perl module containing list manipulation routines. The module emerged because I was tired to include same utility routines in numerous projects....

ZMIJ/Array-Utils-0.5 - 07 May 2010 08:58:04 UTC

Class::Generate - Generate Perl class hierarchies River stage one • 1 direct dependent • 1 total dependent

The "Class::Generate" package exports functions that take as arguments a class specification and create from these specifications a Perl 5 class. The specification language allows many object-oriented constructs: typed members, inheritance, private m...

SHLOMIF/Class-Generate-1.18 - 13 Oct 2020 09:35:55 UTC

Array::FileReader - Lazily tie files to arrays for reading River stage zero No dependents

Plenty of times I've wanted to run up and down a file like this: @foo = <FILE>; for (0..100) { print $foo[$_]; } print $foo[10], $foo[20], $foo[30]; Of course, this is hugely inefficient since you have to load the entire file into an array in memory....

OVID/Array-FileReader-0.03 - 07 Oct 2005 04:45:49 UTC

Array::OverlapFinder - Find/remove overlapping items among ordered sequences River stage one • 2 direct dependents • 2 total dependents

Assuming you have two ordered sequences of items that might or might not overlap, where the first sequence contains "earlier" items and the second contains possibly "later" items, the functions in this module can find the overlapping items for you or...

PERLANCAR/Array-OverlapFinder-0.005 - 09 Feb 2021 00:05:22 UTC

Array::CompareAndFilter - Basic functions to compare and filter arrays for different requirements. River stage zero No dependents

This module helps to solve easy tasks with arrays. Comparing of arrays or filtering array data are this kind of task that this module supports. Functions The following parameter names ARRAY, ARRAY1 and ARRAY2 are synonyms for array any kind of arrays...

DADERUS/Array-CompareAndFilter-v1.100 - 22 Sep 2014 15:11:16 UTC

Class::Maker::Types::Array - a sophisticated but slow array class River stage zero No dependents

This an object-oriented array class, which uses a method-oriented interface....

MUENALAN/Class-Maker-0.06 - 31 Dec 2009 13:36:37 UTC

Bencher::Scenarios::Array::Set - Scenarios to benchmark Array::Set River stage one • 1 direct dependent • 1 total dependent

This distribution contains the following Bencher scenario modules: * Bencher::Scenario::Array::Set::startup * Bencher::Scenario::Array::Set::intersect * Bencher::Scenario::Array::Set::diff * Bencher::Scenario::Array::Set::union * Bencher::Scenario::A...

PERLANCAR/Bencher-Scenarios-Array-Set-0.004 - 22 Oct 2021 00:05:55 UTC

List::Objects::WithUtils::Role::Array - Array manipulation methods River stage two • 11 direct dependents • 15 total dependents

A Role::Tiny role defining methods for creating and manipulating ARRAY-type objects. List::Objects::WithUtils::Array consumes this role (along with List::Objects::WithUtils::Role::Array::WithJunctions) to provide array() object methods. In addition t...

AVENJ/List-Objects-WithUtils-2.028003 - 07 Apr 2016 18:11:20 UTC
11 results (0.036 seconds)