パッケージ: python3-fast-histogram (0.9-2build2)
python3-fast-histogram に関するリンク
Trisquel の資源:
fast-histogram ソースパッケージをダウンロード:
- [fast-histogram_0.9-2build2.dsc]
- [fast-histogram_0.9.orig.tar.gz]
- [fast-histogram_0.9-2build2.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Astronomy Maintainers (メールアーカイブ)
- Josue Ortega
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Fast 1D and 2D histogram functions in Python
fast-histogram aims to provide simple and fast histogram functions for regular bins that don't compromise on performance. It doesn't do anything complicated - it just implements a simple histogram algorithm in C and keeps it simple. The aim is to have functions that are fast but also robust and reliable. The result is a 1D histogram function here that is 7-15x faster than numpy.histogram, and a 2D histogram function that is 20-25x faster than numpy.histogram2d.
その他の python3-fast-histogram 関連パッケージ
|
|
|
-
- dep: libc6 (>= 2.17) [arm64, ppc64el]
- GNU C Library: Shared libraries
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
- dep: libc6 (>= 2.4) [amd64, armhf]
-
- 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