exo-backend-classical 0.1.0

Classical compute backend for EXO-AI cognitive substrate with SIMD acceleration
Documentation

exo-backend-classical

Classical compute backend for EXO-AI cognitive substrate with SIMD acceleration.

Crates.io Documentation License

Overview

exo-backend-classical provides high-performance compute capabilities:

  • SIMD Acceleration: Vectorized operations via ruvector-core
  • Classical Compute: Traditional CPU-based processing
  • Pattern Operations: Fast pattern matching and transformation
  • Memory Efficient: Optimized memory layout

Installation

[dependencies]
exo-backend-classical = "0.1"

Links

License

MIT OR Apache-2.0