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::Array"

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::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
2 results (0.028 seconds)