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

Search results for "module:Set::Array"

Set::Array - Arrays as objects with lots of handy methods River stage two • 16 direct dependents • 20 total dependents

Set::Array allows you to create arrays as objects and use OO-style methods on them. Many convenient methods are provided here that appear in the FAQs, the Perl Cookbook or posts from comp.lang.perl.misc. In addition, there are Set methods with corres...

RSAVAGE/Set-Array-0.30 - 17 Sep 2013 23:39:08 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::Set::Naive - Like Array::Set, but uses naive algorithms River stage one • 2 direct dependents • 2 total dependents

This module is like Array::Set, but instead of using hash (Tie::IxHash) it performs linear search. This module is mostly for testing only, including for testing using List::Keywords (note: this release does not use List::Keywords yet due to problem i...

PERLANCAR/Array-Set-Naive-0.001 - 05 Dec 2021 00:06:15 UTC

mcoder::array::set - Perl extension for array_set method generation River stage zero No dependents

look at the synopsis! EXPORT the set methods defined...

SALVA/mcoder-0.10 - 29 Apr 2005 13:13:33 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

Data::Object::Array::Func::Set River stage zero No dependents

Data::Object::Array::Func::Set is a function object for Data::Object::Array....

AWNCORP/Do-1.88 - 14 Oct 2019 14:45:43 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

Bencher::Scenario::Array::Set::union - Benchmark union 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

Bencher::Scenario::Array::Set::symdiff - Benchmark symmetric difference 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

Bencher::Scenario::Array::Set::startup - Benchmark startup of Array::Set 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

Bencher::Scenario::Array::Set::intersect - Benchmark intersect 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

Set::SortedArray - sets stored as sorted arrays River stage zero No dependents

KGALINSKY/Set-SortedArray-0.02 - 14 Mar 2012 15:59:06 UTC

lib/Data/Object/Array/Func/Set.pm River stage one • 1 direct dependent • 1 total dependent

AWNCORP/Data-Object-2.05 - 27 Apr 2020 23:45:59 UTC

Set::Toolkit - searchable, orderable, flexible sets of (almost) anything. River stage zero No dependents

This module implements a set objects that can contain members of (almost) any type, and provides a number of attached helpers to allow set and element manipulation at a variety of levels. By "almost", I mean that it won't let you store "undef" as a v...

SIRROBERT/Set-Toolkit-0.11 - 21 Apr 2010 14:07:23 UTC

lib/Moose/Meta/Method/Accessor/Native/Array/set.pm River stage four • 2916 direct dependents • 4004 total dependents

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC

Set::Object - set of objects and strings River stage three • 44 direct dependents • 245 total dependents

This modules implements a set of objects, that is, an unordered collection of objects without duplication. The term *objects* is applied loosely - for the sake of Set::Object, anything that is a reference is considered an object. Set::Object 1.09 and...

RURBAN/Set-Object-1.42 - 21 Jan 2022 13:18:58 UTC

Set::Hash - Hashes as objects with lots of handy methods (including set comparisons) and support for method chaining. River stage zero No dependents

Set::Hash allows you to create strings as objects and use OO-style methods on them. Many convenient methods are provided here that appear in the FAQ's, the Perl Cookbook or posts from comp.lang.perl.misc. In addition, there are Set methods with corre...

DJBERG/Set-Hash-0.01 - 16 Dec 2002 05:09:00 UTC

File::Set - Mange/build a set of files from a list of file/directories River stage zero No dependents

This module is designed to build and manipulate a set of files from a list of input directories and files. You can specify whether directories should be recursed or not, or specific sub-directories ignored....

ROBM/File-Set-1.02 - 04 Feb 2008 02:31:14 UTC

Set::Tiny - Simple sets of strings River stage two • 10 direct dependents • 13 total dependents

Set::Tiny is a thin wrapper around regular Perl hashes to perform often needed set operations, such as testing two sets of strings for equality, or checking whether one is contained within the other. For a more complete implementation of mathematical...

TRENDELS/Set-Tiny-0.04 - 04 Mar 2016 17:10:37 UTC

Venus::Set - Set Class River stage two • 3 direct dependents • 56 total dependents

This package provides a representation of a collection of ordered unique values and methods for validating and manipulating it....

AWNCORP/Venus-4.15 - 27 Nov 2023 17:12:55 UTC
83 results (0.096 seconds)