gxhash 0.1.1__cp312-cp312-manylinux_2_34_x86_64.whl → 0.1.2__cp312-cp312-manylinux_2_34_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of gxhash might be problematic. Click here for more details.
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gxhash
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Classifier: Programming Language :: Rust
|
|
5
5
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
6
6
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
@@ -16,7 +16,7 @@ Python bindings for [GxHash](https://github.com/ogxd/gxhash), a blazingly fast a
|
|
|
16
16
|
- **Blazingly Fast**: Minimal-overhead binding to leverage the full speed of GxHash.
|
|
17
17
|
- **Zero Python**: Pure Rust backend with zero additional Python runtime overhead.
|
|
18
18
|
- **Fine-Grained Control**: Build true multi-threaded or async hashing pipelines with GIL-free APIs.
|
|
19
|
-
- **Faster File Hashing**: Hash files
|
|
19
|
+
- **Faster File Hashing**: Hash files using memory-mapped I/O via Rust — 3x faster than Python's sequential I/O.
|
|
20
20
|
- **Async-Ready**: Tokio-powered async hashing for fast and efficient concurrency.
|
|
21
21
|
- **Fully Typesafe**: Predictable, clean API with complete type safety.
|
|
22
22
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
gxhash-0.1.2.dist-info/METADATA,sha256=4wwfZMVnQKJfZF7tDir7DMyAVDhV2fgKf3uPOi2sxoY,1765
|
|
2
|
+
gxhash-0.1.2.dist-info/WHEEL,sha256=7FgAcpQES0h1xhfN9Ugve9FTUilU6sRAr1WJ5ph2cuw,108
|
|
3
|
+
gxhash/__init__.py,sha256=zLP3Jdvo2-JFQKZIocwkNCWkjYJVXauBSG3JSAW8rA0,107
|
|
4
|
+
gxhash/__init__.pyi,sha256=9HtHNSOemmwH6A1Av5GI2HsAiIf-s7JKIpC6uPzxzqM,5539
|
|
5
|
+
gxhash/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
+
gxhash/gxhash.cpython-312-x86_64-linux-gnu.so,sha256=4KCGFaDQ419hoPng0kYBYA88eIYhX_g1eN0IWEXkFXc,642360
|
|
7
|
+
gxhash-0.1.2.dist-info/RECORD,,
|
gxhash-0.1.1.dist-info/RECORD
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
gxhash-0.1.1.dist-info/METADATA,sha256=zjNpu9HLpfBlwo2QKkSgGoPGJqlINq9KLP1NckRLIh0,1774
|
|
2
|
-
gxhash-0.1.1.dist-info/WHEEL,sha256=7FgAcpQES0h1xhfN9Ugve9FTUilU6sRAr1WJ5ph2cuw,108
|
|
3
|
-
gxhash/__init__.py,sha256=zLP3Jdvo2-JFQKZIocwkNCWkjYJVXauBSG3JSAW8rA0,107
|
|
4
|
-
gxhash/__init__.pyi,sha256=9HtHNSOemmwH6A1Av5GI2HsAiIf-s7JKIpC6uPzxzqM,5539
|
|
5
|
-
gxhash/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
-
gxhash/gxhash.cpython-312-x86_64-linux-gnu.so,sha256=YPY3zDApCX-TWBcR10PfWJTO0uXl3LN7Dfq5HQ53Q6c,642488
|
|
7
|
-
gxhash-0.1.1.dist-info/RECORD,,
|
|
File without changes
|