Skip to main content

Module cache

Module cache 

Source

Structs§

ColdStartSession
A session object for injecting items directly into T1 during cold starts. By requiring a session object, we prevent accidental use of insert_t1 in normal hot paths which would bypass TLS batching and overload the daemon.
DualCacheFF
WorkerState
Per-worker QSBR state — cache-line padded to prevent false sharing between workers checking in/out simultaneously.

Statics§

GLOBAL_EPOCH