Source: bmagic Standards-Version: 4.7.4 Maintainer: Debian Science Maintainers Uploaders: Athena Capital Research , Andreas Tille , Section: libdevel Build-Depends: debhelper-compat (= 13), cmake, doxygen, graphviz, Vcs-Browser: https://salsa.debian.org/science-team/bmagic Vcs-Git: https://salsa.debian.org/science-team/bmagic.git Homepage: https://bmagic.sourceforge.net/ Package: bmagic Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, Recommends: c++-compiler, Description: C++ template library for efficient platform independent bitsets BitMagic is a C++ template library designed and developed to implement efficient platform independent bitsets. Key features: . - Several types of on the fly adaptive compression. - Dynamic range of addressable space of 232-1 bits. - Efficient memory management. - Cache optimized bitset distance algorithms. - Serialization in platform independent, compact format suitable for storing in files and databases. - Performance tuning for 32-bit and 64-bit systems. - Optimization for Intel SSE2 128-bit integer SIMD.