mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 12:40:31 +00:00
style: clean up code comments
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
//! In-memory repository index with lazy rebuild on invalidation.
|
//! In-memory repository index with lazy rebuild on invalidation.
|
||||||
//!
|
//!
|
||||||
//! Design (designed for efficiency):
|
//! Design:
|
||||||
//! - Rebuild happens ONLY on write operations, not TTL
|
//! - Rebuild happens ONLY on write operations, not TTL
|
||||||
//! - Double-checked locking prevents duplicate rebuilds
|
//! - Double-checked locking prevents duplicate rebuilds
|
||||||
//! - Arc<Vec> for zero-cost reads
|
//! - Arc<Vec> for zero-cost reads
|
||||||
|
|||||||
Reference in New Issue
Block a user