You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enterprise-grade JSON processing suite with high-performance minification, streaming transformations, and multi-language bindings. Achieves 5+ GB/s throughput with zero dependencies and memory-safe operation.
Core Components
Component
Throughput
Features
Status
zmin CLI
5.4 GB/s
Minification, streaming, transformations
Production
ZParser Library
200+ MB/s
SIMD parsing, C API, language bindings
Production
v2 Engine
5+ GB/s
Field filtering, schema validation, error recovery
Complete
Platform Support
Architecture
SIMD Support
Operating Systems
x86_64
AVX-512, AVX2, SSE2
Linux, macOS, Windows
ARM64
NEON
Linux, macOS (Apple Silicon)
Runtime Detection
Automatic fallback
All supported platforms
Installation
From Source
git clone https://github.com/hydepwns/zmin
cd zmin
zig build -Doptimize=ReleaseFast
Language Bindings
# Python
pip install ./bindings/python
# Go cd bindings/go && go mod tidy
# Node.jscd bindings/nodejs && npm install