パッケージ: python3-ncls (0.0.57+ds-1 など)
python3-ncls に関するリンク
Debian の資源:
python-ncls ソースパッケージをダウンロード:
- [python-ncls_0.0.57+ds-1.dsc]
- [python-ncls_0.0.57+ds.orig.tar.xz]
- [python-ncls_0.0.57+ds-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
datastructure for interval overlap queries
The Nested Containment List is a datastructure for interval overlap queries, like the interval tree. It is usually an order of magnitude faster than the interval tree both for building and query lookups.
The implementation here is a revived version of the one used in the now defunct PyGr library, which died of bitrot. It was now made less memory-consuming and wrapper functions allow batch-querying the NCLS for further speed gains.
This package was implemented to be the cornerstone of the PyRanges project, but was made available to the Python community as a stand-alone library.
その他の python3-ncls 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.7)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
- dep: python3 (<< 3.10)
- dep: python3 (>= 3.9~)
-
- dep: python3-numpy
- Fast array facility to the Python 3 language