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
//! Core optimizer logic

pub mod config;
#[cfg(target_os = "windows")]
pub mod optimizer;
#[cfg(target_os = "windows")]
pub mod patterns;
pub mod process_scorer;