The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Set::Infinite"

Set::Infinite - Sets of intervals River stage three • 4 direct dependents • 185 total dependents

Set::Infinite is a Set Theory module for infinite sets. A set is a collection of objects. The objects that belong to a set are called its members, or "elements". As objects we allow (almost) anything: reals, integers, and objects (such as dates). We ...

FGLOCK/Set-Infinite-0.65 - 26 Apr 2010 18:36:28 UTC

Set::Infinite::Basic - Sets of intervals 6 River stage three • 4 direct dependents • 185 total dependents

Set::Infinite::Basic is a Set Theory module for infinite sets. It works on reals, integers, and objects. This module does not support recurrences. Recurrences are implemented in Set::Infinite....

FGLOCK/Set-Infinite-0.65 - 26 Apr 2010 18:36:28 UTC

Set::Infinite::_recurrence - Extends Set::Infinite with recurrence functions River stage three • 26 direct dependents • 183 total dependents

This is an internal class used by the DateTime::Set module. The API is subject to change. It provides all functionality provided by Set::Infinite, plus the ability to define recurrences with arbitrary objects, such as dates....

FGLOCK/DateTime-Set-0.3900 - 09 Oct 2016 07:52:54 UTC

lib/Set/Infinite/Arithmetic.pm River stage three • 4 direct dependents • 185 total dependents

FGLOCK/Set-Infinite-0.65 - 26 Apr 2010 18:36:28 UTC

Set::Groups - A set of groups. River stage zero No dependents

The Groups object implements a set of groups. Each group can own single members and group members. A group can be flattened, i.e. expansed until each of his members is a single one....

JACQUELIN/Set-Groups-0.8 - 06 Nov 2007 21:21:06 UTC

Set::Scalar - basic set operations River stage three • 32 direct dependents • 190 total dependents

Creating $s = Set::Scalar->new; $s = Set::Scalar->new(@members); $t = $s->clone; $t = $s->copy; # Clone of clone. $t = $s->empty_clone; # Like clone() but with no members. Modifying $s->insert(@members); $s->delete(@members); $s->invert(@members); # ...

DAVIDO/Set-Scalar-1.29 - 24 Mar 2014 14:50:23 UTC

Set::IntSpan - Manages sets of integers River stage two • 11 direct dependents • 22 total dependents

"Set::IntSpan" manages sets of integers. It is optimized for sets that have long runs of consecutive integers. These arise, for example, in .newsrc files, which maintain lists of articles: alt.foo: 1-21,28,31 alt.bar: 1-14192,14194,14196-14221 A run ...

SWMCD/Set-IntSpan-1.19 - 09 Apr 2013 14:12:34 UTC

DateTime::Set - Datetime sets and set math River stage three • 26 direct dependents • 183 total dependents

DateTime::Set is a module for datetime sets. It can be used to handle two different types of sets. The first is a fixed set of predefined datetime objects. For example, if we wanted to create a set of datetimes containing the birthdays of people in o...

FGLOCK/DateTime-Set-0.3900 - 09 Oct 2016 07:52:54 UTC

Set::Associate - Pick items from a data set associatively River stage zero No dependents

Essentially, this is a simple toolkit to map an infinite-many items to a corresponding finite-many values, i.e: A nick coloring algorithm. The most simple usage of this code gives out values from "items" sequentially, and remembers seen values and pe...

KENTNL/Set-Associate-0.004001 - 07 Mar 2017 10:06:34 UTC

Set::SegmentTree - Immutable segment trees with flatbuffers in perl River stage zero No dependents

wat? Segment Tree <https://en.wikipedia.org/wiki/Segment_tree> A Segment tree is an immutable tree structure used to efficiently resolve a value to the set of segments which encompass it. Why? You have a large set of value intervals (like time segmen...

DAVIDIAM/Set-SegmentTree-0.06 - 09 Jul 2017 00:45:04 UTC

Set::DynamicGroups - Manage groups of items dynamically River stage one • 1 direct dependent • 2 total dependents

An instance of "Set::DynamicGroups" can manage a list of groups and the items (members) of those groups. It takes in various definitions of groups (rules about how to build the member list (see "GROUP SPECIFICATION")) and will return the list of item...

RWSTAUNER/Set-DynamicGroups-0.014 - 15 Jul 2011 00:13:28 UTC

Set::IntSpan::Fast - Fast handling of sets containing integer spans. River stage one • 3 direct dependents • 3 total dependents

"Set::IntSpan::Fast" represents sets of integers. It is optimised for sets that contain contiguous runs of values. 1-1000, 2000-10000 # Efficiently handled Sets that don't have this characteristic may still be represented but some of the performance ...

ANDYA/Set-IntSpan-Fast-1.15 - 10 Dec 2008 01:48:26 UTC

Set::IntSpan::Island - extension for Set::IntSpan to handle islands, holes and covers River stage zero No dependents

This module extends the "Set::IntSpan" module by Steve McDougall. It implementing methods that are specific to islands, holes and covers. "Set::IntSpan::Island" inherits from Set::IntSpan. Terminology An integer set, as represented by "Set::IntSpan",...

MARTINK/Set-IntSpan-Island-0.10 - 03 Mar 2010 22:21:51 UTC

Set::Integer::Gapfillers - Fill in the gaps between integer ranges River stage zero No dependents

This Perl extension provides methods which may be useful in manipulating sets whose elements are consecutive integers. Suppose that you are provided with the following non-intersecting, non-overlapping sets of consecutive integers: { 1 .. 17 } { 25 ....

JKEENAN/Set-Integer-Gapfillers-0.08 - 17 May 2009 20:03:29 UTC
14 results (0.036 seconds)