[ ソース: python-fnv-hash-fast ]
パッケージ: python3-fnv-hash-fast (0.5.0-2)
python3-fnv-hash-fast に関するリンク
Debian の資源:
python-fnv-hash-fast ソースパッケージをダウンロード:
- [python-fnv-hash-fast_0.5.0-2.dsc]
- [python-fnv-hash-fast_0.5.0.orig.tar.xz]
- [python-fnv-hash-fast_0.5.0-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
fast version of fnv1a
This package provides a Python library which is a fast version of fnv1a. It use a CPP implementation of fnv1a (32) if cython is available, and will fallback to pure python from the fnvhash package if it is not.
その他の python3-fnv-hash-fast 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-fnvhash
- Pure Python FNV hash implementation