( GPL-2.0-or-later OR Artistic-1.0-Perl ) AND LGPL-2.0-or-later
Build Time
2025-04-03 07:31:47
Build Host
builder-x86-07.inferitos.ru
Summary
Efficient bit vector, set of integers and "big int" math library
Repositories
AppStream
Description
Bit::Vector is an efficient C library which allows you to handle bit
vectors, sets (of integers), "big integer arithmetic" and boolean
matrices, all of arbitrary sizes.
The library is efficient (in terms of algorithmic complexity) and
therefore fast (in terms of execution speed) for instance through the
widespread use of divide-and-conquer algorithms.