style: clean up code comments

This commit is contained in:
2026-03-18 11:23:11 +00:00
parent 3b9b2ee0a0
commit 1a38902b0c

View File

@@ -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