ArchX Sovereign โ The Intelligence of Performance.
ArchX v2.0 Sovereign is a major evolution of the adaptive optimization engine. It provides a unified, cross-platform architecture for routing high-performance workloads across heterogeneous hardware (CPUs, GPUs, and SIMD silos).
๐ What's New in Sovereign (v2.0)
- Unified SystemInfo: A single source of truth for your entire hardware topology. ArchX now understands your CPU bitness, SIMD depth (SSE2 to AVX-512 & Neon), and connected GPU backends out of the box.
- Optimized Instruction Paths: Complete audit and rewrite of SIMD paths (AVX2, AVX-512, Neon) with loop unrolling and quad-vector loads for maximum throughput.
- Heterogeneous Heuristics: Our adaptive engine is now smarter. It balances workloads based on PCIe overhead, cache-line alignment, and P-core/E-core distributions.
- Sovereign Profiling: Multi-device, high-fidelity profiling with terminal-enhanced visual summaries and detailed CSV/JSON exports.
๐ Sovereign Start
Unified Detection
use get_system_info;
The Fluent Engine (v2.0)
use ;
๐๏ธ v2.0 Capability Matrix
| Feature | ArchX v1.x | ArchX v2.0 Sovereign |
|---|---|---|
| SIMD | x86 only | x86 + AArch64 (Neon) |
| GPU Awareness | Mock/Static | Unified & Dynamic |
| Heuristics | Size-based | Topology-aware |
| Profiling | CPU Only | System-Wide (CPU/GPU) |
| Optimizations | Basic SIMD | Unrolled & Pipelined |
๐ก๏ธ Trust & Performance
- 100% Rust-Safe Abstractions: No manual
unsaferequired for users. - Zero-Dependency Core: Only
stdandserde. - Deterministic Paths: Predictable performance for real-time applications.
๐ค Contribution
Designed with love by Codevora Studio. ArchX is built by the community, for the community. See CONTRIBUTING.md to join the Sovereignty.
๐งช Testing All Examples
To ensure your environment is fully compatible, you can run all included examples with a single command:
Check Compilation:
Run All (PowerShell):
Get-ChildItem examples/*.rs | ForEach-Object { $name = $_.BaseName; Write-Host "Running: $name"; cargo run --example $name }
Run All (Linux/macOS):
for; do name=; ; ; done
MIT / Apache-2.0 ยฉ 2026 Codevora Studio