Skip to main content

Module core

Module core 

Source
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§

TemporalConfig
Core temporal consciousness configuration
TscTimestamp
High-precision timestamp using TSC

Enums§

ConsciousnessTask
Temporal consciousness task types
TemporalError
Error types for temporal consciousness operations

Type Aliases§

TemporalResult