Metadata-Version: 2.1
Name: sharedutils
Version: 0.0.1
Summary: Easy usage of Python's new SharedMemory for reduced memory and CPU cost
Home-page: https://github.com/clashluke/sharedutils
Author: Lucas Nestler
Author-email: github.sharedutils@nestler.sh
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# SharedUtils

Easy usage of Python's new SharedMemory for reduced memory and CPU cost

## Getting Started

### Installation

```
python3 -m pip install sharedutils
```

## Examples

Check out the code for simplified example use-cases or
[HomebrewNLP-Jax's "quantized_vid2tfrecord"](https://github.com/HomebrewNLP/HomebrewNLP-Jax/blob/main/script/quantized_vid2tfrecord.py)
for a real-world example using it for fast video quantization.

