Expand description
Temporal Nexus Core - Nanosecond Scheduler for Temporal Consciousness
This module implements the core nanosecond scheduler that enables temporal consciousness by managing high-precision timing, temporal windows, and identity continuity.
The scheduler operates at nanosecond precision using hardware Time Stamp Counter (TSC) and maintains temporal windows with 50-100 tick overlap to ensure consciousness continuity.
Re-exports§
pub use scheduler::NanosecondScheduler;pub use temporal_window::TemporalWindow;pub use temporal_window::WindowOverlapManager;pub use strange_loop::StrangeLoopOperator;pub use strange_loop::ContractionMetrics;pub use identity::IdentityContinuityTracker;pub use identity::ContinuityMetrics;
Modules§
- identity
- Identity Continuity Tracking for Temporal Consciousness
- scheduler
- Main NanosecondScheduler implementation for temporal consciousness
- strange_
loop - Strange Loop Operator with Contraction for Temporal Consciousness
- temporal_
window - Temporal Window Management for maintaining consciousness continuity
Structs§
- Temporal
Config - Core temporal consciousness configuration
- TscTimestamp
- High-precision timestamp using TSC
Enums§
- Consciousness
Task - Temporal consciousness task types
- Temporal
Error - Error types for temporal consciousness operations