[ 源代码: 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