Télécharger la liste

Description du projet

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.

Système requise

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

Cette version ajoute le préfixe "BV_" à tous les identificateurs globaux dans "BitVector.c", "BitVector.h", et "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

Cette version corrige deux bogues mineurs: un dans GCD2 () liées à null taille bitvectors (possible écriture en dehors du buffer alloué), et un sporadiques sous MacOS (Darwin) par rapport au nombre calculé de bits dans un unsigned long. Elle ajoute les cas de test pour ces questions.
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

Cette version corrige un problème potentiel avec l'échange de données entre les systèmes d'endianness différents (en remplaçant Storable:: freeze avec Storable:: nfreeze), ajoute plus de cas de test pour Storable, et ajoute un proof-of-concept exemple de la façon de gel / dégel vecteurs de bits avec Data:: Dumper (actuellement pas recommandable cependant).
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

Cette version corrige un bogue qui provoquait l'entreposer afin de reconstruire les structures de données ne sont pas empilés correctement que contiennent plusieurs références à la même bit:: objet vectoriel, corrige un problème potentiel avec un codée en dur constante dans BitVector.c et met à jour la documentation.
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

Cette version prend en charge automatiquement la persistance (sérialisation) en utilisant "Storable". Il corrige un petit problème qui rendait fil fixe, peu sûrs en une autre qui fait des fuites de mémoire, et corrige un problème avec le type C booléenne en combinaison avec 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