UNPKG

mira-consciousness

Version:

Memory & Intelligence Retention Archive - Preserving The Spark

18 lines 670 B
/** * Memory System Performance Analyzer * Analyzes MIRA's memory system performance and efficiency */ import { MemorySystemPerformance, PerformanceIssue } from './types.js'; export declare class MemorySystemAnalyzer { private projectRoot; constructor(projectRoot: string); analyze(issues: PerformanceIssue[]): Promise<MemorySystemPerformance | undefined>; private testStorePerformance; private testRetrievalPerformance; private analyzeVectorSearch; private analyzeNeuralSystems; private analyzeDatabasePerformance; private calculateEfficiency; private addPerformanceIssues; } //# sourceMappingURL=MemorySystemAnalyzer.d.ts.map