Apocrypha

bitarray

Efficient arrays of booleans -- C extension

This module provides an object type which efficiently represents an array of booleans. Bitarrays are sequence types and behave very much like usual lists. Eight bits are represented by one byte in a contiguous block of memory. The user can select between two representations; little-endian and big-endian. Most of the functionality is implemented in C. Methods for accessing the machine representation are provided. This can be useful when bit level access to binary files is required, such as portable bitmap image files (.pbm). Also, when dealing with compressed data which uses variable bit length encoding, you may find this module useful.

Available in

OverlayNewestEbuildsLast activity
gentoo gitweb ↗ 3.9.2 3 15 h details ›

Versions & arches

VersionOverlay amd64arm64x86arm Committed
3.9.2 gentoo amd64 testing arm64 testing x86 testing arm testing view · download · history ↗
3.9.1 gentoo amd64 testing arm64 testing x86 testing arm testing view · download · history ↗
3.8.2 gentoo amd64 stable arm64 stable x86 stable arm testing view · download · history ↗

Use flags of 3.9.2

  • debug Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
6 expansion flags (python targets, ABIs, cpu flags…)
  • python_targets_python3_14t
  • python_targets_python3_15t
  • python_targets_python3_12
  • python_targets_python3_13
  • python_targets_python3_14
  • python_targets_python3_15

Runtime dependencies of 3.9.2

show 18 lines
python_targets_python3_14t? (
)
python_targets_python3_15t? (
)
python_targets_python3_12? (
)
python_targets_python3_13? (
)
python_targets_python3_14? (
)
python_targets_python3_15? (
)