//! Operation Registry
//!
//! Provides a centralized operation registry with ultra-performance optimizations,
//! including caching, versioning, SIMD acceleration, and batch processing.
//!
//! # Modules
//! - `types`: Core type definitions (OpDef, Kernel trait, OpRegistry struct, etc.)
//! - `core`: OpRegistry method implementations, analytics, global OP_REGISTRY
//! - `builtin`: Registration of standard built-in operations
//! - `ultra_extensions`: HFT-optimized and quantum-inspired registry variants
//! - `tests`: Unit tests for the registry
pub use ;
pub use ;
pub use ;