[ 原始碼: 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
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-fnvhash
- Pure Python FNV hash implementation