Download List

Descripción del Proyecto

Bit::Vector is a (stand-alone) C library and an object-oriented Perl module (with overloaded operators) which allows you to handle bit vectors, sets (of integers), "big integer arithmetic" (e.g. for cryptography), and boolean matrices (all of arbitrary size) very efficiently.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-09-30 15:31
7.1

Esta versión incluye el prefijo "BV_" a todos los identificadores globales en "BitVector.c", "BitVector.h", y "Vector.xs".
Tags: Maintenance
This release adds the prefix "BV_" to all global identifiers in "BitVector.c", "BitVector.h", and "Vector.xs".

2009-08-25 06:47
7.0

Esta versión corrige dos errores de menor importancia: una en GCD2 () relacionados con la nula tamaño bitvectors (posible escribir fuera del búfer asignado), y una esporádica en MacOS (Darwin) en relación con el número calculado de bits en un unsigned long. Añade casos de prueba para estas cuestiones.
Tags: Minor bugfixes
This release fixes two minor bugs: one in GCD2() related to null-sized bitvectors (possible write outside of allocated buffer), and a sporadic one under MacOS (Darwin) related to the calculated number of bits in an unsigned long. It adds test cases for these issues.

2009-08-13 10:24
6.9

Esta versión corrige un problema potencial con el intercambio de datos entre sistemas de orden de bits diferente (sustituyendo memorizables:: congelación con memorizables:: nfreeze), añade más casos de prueba para almacenable, y añade una prueba de ejemplo de cómo el concepto de congelación / descongelación vectores de bits con Data:: Dumper (aunque actualmente no se recomienda).
Tags: Stable, Minor bugfixes and enhancements
This release fixes a potential problem with data exchange between systems of different endianness (by replacing Storable::freeze with Storable::nfreeze), adds more test cases for Storable, and adds a proof-of-concept example of how to freeze/thaw bit vectors with Data::Dumper (currently not recommendable though).

2009-08-11 08:57
6.8

Esta versión corrige un error que provocaba no almacenable a reconstruir las estructuras de datos debidamente anidados que contienen varias referencias a la misma Bit:: objeto Vector, corrige un problema potencial con una codificadas constante en BitVector.c y actualizaciones de la documentación.
Tags: Minor feature enhancements, Minor bugfixes, Stable
This release fixes a bug that caused Storable to not reconstruct nested data structures properly that contain several references to the same Bit::Vector object, fixes a potential problem with a hard-coded constant in BitVector.c, and updates the documentation.

2009-07-28 05:42
6.6

Este lanzamiento soporta automáticamente la persistencia (serialización) usando "almacenable". Se corrige un fallo que hizo hilos inseguros, fija otro que hizo de fugas de memoria, y corrige un problema con el tipo C en combinación booleana con Mac OS X.
Tags: Stable, Minor bugfixes, Minor feature enhancements
This release automatically supports persistence (serialization) using "Storable". It fixes a glitch that made it thread-unsafe, fixes another one that made it leak memory, and fixes a problem with the Boolean C type in combination with Mac OS X.

Project Resources