Download List

项目描述

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 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

此版本添加前缀“BV_”的所有全球标识符“BitVector.c”,“BitVector.h”和“Vector.xs”。
标签: 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

此版本修正两个小错误:在GCD2 1()与空大小bitvectors(可能写分配缓冲区以外)和下MacOS(达尔文)有关的数位计算的零星一个无符号长。它增加了对这些问题的测试案例。
标签: 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

此版本修复了不同之间的数据交换字节序系统潜在的问题(通过更换耐储藏::冻结与耐储藏::nfreeze),增加了耐储藏,并增加了的概念证明,例如如何冻结/解冻更多的测试案例位向量与数据::自卸车(目前不值得推荐,虽然)。
标签: 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

此版本修正了错误导致重建耐储藏不正确的数据结构嵌套包含几次提到同一位::矢量对象,修正了潜在的问题,以硬编码在BitVector.c不变,并更新文档。
标签: 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

此版本自动支持持久性(序列化)使用“耐储藏”。它修复了故障,使得线程不安全,修复另外一个使泄漏内存,并修正了与布尔C在与Mac OS X组合型的问题
标签: 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