python-xxhash
python-xxhash copied to clipboard
Python Binding for xxHash
I'm using my python install from msys/mingw, specifically the package `mingw-w64-ucrt-x86_64-python`. I was able to build and install every xxhash version up to `2.0.2`, but `3.0.0` fails now, with the...
Hello, Is it possible to make xxhash pickable ? how ? It really will be great if it was pickable, that way we could've save hash state and resume hashing...
For parity with hashlib in Python 3.8/9, `xxh32`/`xxh64`/etc need to accept a keyword argument `string`, and a boolean keyword argument `usedforsecurity`. https://github.com/python/typeshed/blob/04c74640f049a658f0099f4785452f5f46ec518b/stdlib/3/hashlib.pyi#L7 In addition, the `.name` attribute on the streaming...
Hi! I'm work with Home Assistant OS and now I'm working with your library. Home Assistant OS is build on Alpine, which is musllinux system. And on OS i can...
I benchmarked a variety of Python operations between an i7 5960x (released late 2014) and an AMD Ryzen 9 7950X (released late 2022). In general, the single threaded performance of...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.4.2 to 1.8.14. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.8.14 🛠️ Internal Dependencies Nothing changed feature-wise. The only notable update is that the underlying container runtime now...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....