owu /
wsl-dashboard
A GUI manager for WSL featuring a modern UI — a lightweight, low‑memory, high‑performance dashboard to manage WSL instances.
92/100 healthLoading repository data…
bgunebakan / repository
A modern, high-performance image processing library for Python, powered by Rust.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A modern, high-performance image processing library for Python, powered by Rust. Puhu provides a Pillow-compatible API while delivering significantly better performance for common image operations.
pip install puhu
Pre-built wheels are available for:
import puhu
# Open and process an image
img = puhu.open("photo.jpg")
img = img.resize((800, 600))
img = img.crop((100, 100, 500, 400))
img.save("output.png")
# Drop-in Pillow replacement
from puhu import Image
img = Image.open("photo.jpg")
img = img.resize((400, 300))
img.save("resized.jpg")
Full documentation is available at puhu.readthedocs.io
Full benchmarks are available at BENCHMARKS.md
# Clone repository
git clone https://github.com/bgunebakan/puhu.git
cd puhu
# Install dependencies
pip install -r requirements.txt
# Build and install
maturin develop --release
# Run tests
pytest python/puhu/tests/
Requirements: Python 3.8+, Rust 1.70+, Maturin
Contributions are welcome! See our Contributing Guide for details.
MIT License - see LICENSE file for details.
Selected from shared topics, language and repository description—not editorial ratings.
owu /
A GUI manager for WSL featuring a modern UI — a lightweight, low‑memory, high‑performance dashboard to manage WSL instances.
92/100 healthtensorbase /
TensorBase is a new big data warehousing with modern efforts.
87/100 healthphotondb /
A high-performance storage engine for modern hardware and platforms.
hyperlane-dev /
A lightweight, high-performance, and cross-platform Rust HTTP server library built on Tokio. It simplifies modern web service development by providing built-in support for middleware, WebSocket, Server-Sent Events (SSE), and raw TCP communication.
80/100 healthhyperlane-dev /
A lightweight, high-performance, and cross-platform Rust HTTP server library built on Tokio. It simplifies modern web service development by providing built-in support for middleware, WebSocket, Server-Sent Events (SSE), and raw TCP communication.
80/100 healthRustCV /
A native, pure-Rust computer vision framework focused on memory-safety, high performance, and modern abstractions.
73/100 health