turbopipe 1.0.2__cp38-cp38-macosx_11_0_arm64.whl → 1.0.4__cp38-cp38-macosx_11_0_arm64.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 turbopipe might be problematic. Click here for more details.
- turbopipe/_turbopipe.cpython-38-darwin.so +0 -0
- {turbopipe-1.0.2.dist-info → turbopipe-1.0.4.dist-info}/METADATA +3 -3
- turbopipe-1.0.4.dist-info/RECORD +6 -0
- turbopipe-1.0.2.dist-info/RECORD +0 -6
- {turbopipe-1.0.2.dist-info → turbopipe-1.0.4.dist-info}/License.md +0 -0
- {turbopipe-1.0.2.dist-info → turbopipe-1.0.4.dist-info}/WHEEL +0 -0
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: turbopipe
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.4
|
|
4
4
|
Summary: 🌀 Faster ModernGL Buffer inter process data transfers
|
|
5
5
|
Home-page: https://brokensrc.dev
|
|
6
6
|
Author-Email: Tremeschin <29046864+Tremeschin@users.noreply.github.com>
|
|
@@ -77,7 +77,7 @@ rye add turbopipe
|
|
|
77
77
|
|
|
78
78
|
# 🚀 Usage
|
|
79
79
|
|
|
80
|
-
See also the [**Examples**](examples) folder for more controlled usage, and [**ShaderFlow**](https://github.com/BrokenSource/ShaderFlow/blob/main/ShaderFlow/Scene.py) usage of it!
|
|
80
|
+
See also the [**Examples**](https://github.com/BrokenSource/TurboPipe/tree/main/examples) folder for more controlled usage, and [**ShaderFlow**](https://github.com/BrokenSource/ShaderFlow/blob/main/ShaderFlow/Scene.py) usage of it!
|
|
81
81
|
|
|
82
82
|
```python
|
|
83
83
|
import subprocess
|
|
@@ -122,7 +122,7 @@ ffmpeg.wait()
|
|
|
122
122
|
> - 🚀: Threaded `ffmpeg.stdin.write(buffer.read())` with a queue (similar to turbopipe)
|
|
123
123
|
> - 🌀: The magic of `turbopipe.pipe(buffer, ffmpeg.stdin.fileno())`
|
|
124
124
|
>
|
|
125
|
-
> Also see [`benchmark.py`](examples/benchmark.py) for the implementation
|
|
125
|
+
> Also see [`benchmark.py`](https://github.com/BrokenSource/TurboPipe/blob/main/examples/benchmark.py) for the implementation
|
|
126
126
|
|
|
127
127
|
✅ Check out benchmarks in a couple of systems below:
|
|
128
128
|
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
turbopipe/_turbopipe.cpython-38-darwin.so,sha256=FAX4ENXOECO-xxNP9_GLAGN0g6zwB41jygX1d2iSdDs,126896
|
|
2
|
+
turbopipe/__init__.py,sha256=M8IwBGd_kGaL8JEUygsg_w_m1QWT7O9r0ImCvVjTAko,920
|
|
3
|
+
turbopipe-1.0.4.dist-info/License.md,sha256=it5BPGKEP68XuUE54o2wVWR8NeWowkvb5dQO62UPeo8,1075
|
|
4
|
+
turbopipe-1.0.4.dist-info/RECORD,,
|
|
5
|
+
turbopipe-1.0.4.dist-info/WHEEL,sha256=gixTN0HsYR5PX8c0wEAoSTr9rAlXoRH7dBcjFiFpBp8,91
|
|
6
|
+
turbopipe-1.0.4.dist-info/METADATA,sha256=bwHpKsknqq_eX_iJiT_8-iMh83ckJAdVHXlwWus0d6g,11451
|
turbopipe-1.0.2.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
turbopipe/_turbopipe.cpython-38-darwin.so,sha256=mz3vlgojNCL9GLL1n4-7iOO7b5SkoeIdG_ti1udOr6Q,126992
|
|
2
|
-
turbopipe/__init__.py,sha256=M8IwBGd_kGaL8JEUygsg_w_m1QWT7O9r0ImCvVjTAko,920
|
|
3
|
-
turbopipe-1.0.2.dist-info/License.md,sha256=it5BPGKEP68XuUE54o2wVWR8NeWowkvb5dQO62UPeo8,1075
|
|
4
|
-
turbopipe-1.0.2.dist-info/RECORD,,
|
|
5
|
-
turbopipe-1.0.2.dist-info/WHEEL,sha256=gixTN0HsYR5PX8c0wEAoSTr9rAlXoRH7dBcjFiFpBp8,91
|
|
6
|
-
turbopipe-1.0.2.dist-info/METADATA,sha256=e-gxHiJnclDY5bEwk7nohAH_mGUq-uFVbA7T1w3bifo,11347
|
|
File without changes
|
|
File without changes
|