[ ソース: python-intbitset ]
パッケージ: python3-intbitset (4.0.0-1)
python3-intbitset に関するリンク
Debian の資源:
python-intbitset ソースパッケージをダウンロード:
- [python-intbitset_4.0.0-1.dsc]
- [python-intbitset_4.0.0.orig.tar.gz]
- [python-intbitset_4.0.0-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
unordered sets with ultra fast operations
The ``intbitset`` library provides a set implementation to store sorted unsigned integers either 32-bits integers (between ``0`` and ``2**31 - 1`` or ``intbitset.__maxelem__``) or an infinite range with fast set operations implemented via bit vectors in a *Python C extension* for speed and reduced memory usage.
その他の python3-intbitset 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.14)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
- dep: python3 (<< 3.14)
- dep: python3 (>= 3.13~)