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
Rust microservice for computing array statistics (sum, mean, median, min, max) and optional histograms. Built with Axum, Tokio, and Rayon for fast parallel computation. Provides REST API endpoints and an interactive HTML UI.