ruvector-memopt 0.5.0

Intelligent cross-platform memory optimizer with neural learning capabilities for smart optimization decisions
Documentation
1
2
3
4
5
6
7
8
9
//! Neural decision engine using RuVector capabilities

#[cfg(target_os = "windows")]
pub mod engine;
pub mod hnsw_patterns;
#[cfg(target_os = "windows")]
pub mod attention;
#[cfg(target_os = "windows")]
pub mod ewc_learner;