套件: python3-ncls (0.0.63-hotfix+ds-1build1)
python3-ncls 的相關超連結
Trisquel 的資源:
下載原始碼套件 python-ncls:
- [python-ncls_0.0.63-hotfix+ds-1build1.dsc]
- [python-ncls_0.0.63-hotfix+ds.orig.tar.xz]
- [python-ncls_0.0.63-hotfix+ds-1build1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Python Team
- Steffen Moeller
- Nilesh Patra
外部的資源:
- 主頁 [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.14)
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件提供: libc6-udeb
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.11)
- dep: python3 (>= 3.10~)
-
- dep: python3-numpy
- Fast array facility to the Python 3 language