File: control

package info (click to toggle)
bmagic 3.4.0-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,208 kB
  • ctags: 2,500
  • sloc: cpp: 9,399; ansic: 3,142; sh: 2,430; makefile: 340
file content (25 lines) | stat: -rw-r--r-- 979 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: bmagic
Section: libdevel
Priority: optional
Maintainer: Athena Capital Research <acr-debian@athenacr.com>
Uploaders: Wes Chow <wes@senortoad.com>, Andres Salomon <dilinger@debian.org>
Build-Depends: debhelper (>= 4.0.0), dpatch
Standards-Version: 3.6.1

Package: bmagic
Architecture: all
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.
 .
 Homepage:  http://bmagic.sourceforge.net/