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

Search results for "module:Bit::Vector"

Vector.pm River stage three • 32 direct dependents • 384 total dependents

STBEY/Bit-Vector-7.4 - 20 Nov 2014 09:49:01 UTC

lib/Bit/Vector/String.pm River stage three • 32 direct dependents • 384 total dependents

STBEY/Bit-Vector-7.4 - 20 Nov 2014 09:49:01 UTC

lib/Bit/Vector/Overload.pm River stage three • 32 direct dependents • 384 total dependents

STBEY/Bit-Vector-7.4 - 20 Nov 2014 09:49:01 UTC

Bit::Vector::Array - Perl extension for manipulating bit vectors as an array River stage zero No dependents

Bit::Vector::Array is used to store an integer, but access bits of that integer as a bit vector. The integer is stored by assigning to the scalar value of an array. Individual bits are accessed by indexing into the array. The bit indexes start at 1 a...

GSLONDON/Bit-Vector-Array-0.02 - 16 Jan 2004 05:15:49 UTC

Bit::Vector::Minimal - Object-oriented wrapper around vec() River stage zero No dependents

This is a much simplified, lightweight version of Bit::Vector, and wraps Perl's (sometimes confusing) "vec" function in an object-oriented abstraction....

TMTM/Bit-Vector-Minimal-1.3 - 04 Oct 2005 10:42:23 UTC

Bit::Util - Utility subroutines for bit-vector manipulation River stage zero No dependents

This module provides some utility methods for bit-vector handling. It is writting in XS and so its aim is to be very fast. EXPORTABLE FUNCTIONS bu_count($vec [, $start [, $end]]) Counts the number of bits set in the bit-vector. $start and $end, when ...

SALVA/Bit-Util-0.02 - 14 Jun 2012 10:01:29 UTC

Bit::Grep - select elements from an array using a bit vector River stage zero No dependents

This module provides some functions to select elements from and array using a bit vector. API @selected = bg_grep $vec, @array Selects elements from @array using bit vector $vec as the selector. It is equivalent to @selected = @array[grep vec($vec, $...

SALVA/Bit-Grep-0.01 - 02 Sep 2010 12:24:11 UTC
7 results (0.022 seconds)