Search results for "module:Set::Infinite"
Set::Infinite - Sets of intervals
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 - Apr 26, 2010
Set::Infinite::Basic - Sets of intervals 6
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 - Apr 26, 2010
Set::Infinite::_recurrence - Extends Set::Infinite with recurrence functions
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 - Oct 09, 2016
Set::Groups - A set of groups.
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 - Nov 06, 2007
Set::Scalar - basic set operations
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 - Mar 24, 2014
Set::IntSpan - Manages sets of integers
"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 - Apr 09, 2013
DateTime::Set - Datetime sets and set math
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 - Oct 09, 2016
Set::Associate - Pick items from a data set associatively
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 - Mar 07, 2017
Set::SegmentTree - Immutable segment trees with flatbuffers in perl
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 - Jul 09, 2017
Set::DynamicGroups - Manage groups of items dynamically
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 - Jul 15, 2011
Set::IntSpan::Fast - Fast handling of sets containing integer spans.
"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 - Dec 10, 2008
Set::IntSpan::Island - extension for Set::IntSpan to handle islands, holes and covers
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 - Mar 03, 2010
Set::Integer::Gapfillers - Fill in the gaps between integer ranges
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 - May 17, 2009