Commit Graph

9 Commits

Author SHA1 Message Date
9bfbb2fb4c update: entry hash chain と session_head mutex を撤廃
- HashedEntry / EntryHash / compute_hash / build_chain 撤去、JSONL は 1 行 1 LogEntry
- SessionOrigin.at_hash → at_turn_index (TurnEnd 由来) に置換
- Pod 側 SessionHead mutex を ArcSwap<SessionId> + AtomicUsize の SessionState に置換
- ensure_head_or_fork は store の entry count と writer の append tally で判定
- session-store から sha2 / hex 依存、pod から parking_lot 依存を削除
2026-05-20 04:31:37 +09:00
f35d99900f update: 書き込みの不要なasyncを削除 2026-05-14 19:16:48 +09:00
de6b8faf55 session-log-segments実装 2026-04-29 22:42:10 +09:00
bb2a6013fa session-log-decouple-item実装 2026-04-29 22:24:18 +09:00
eed3f13e51 セッション関連の責務の分離 2026-04-28 15:43:34 +09:00
a0a9df11c0 cargo fmt 2026-04-14 03:13:36 +09:00
a05eec42d7 Compactの実装 2026-04-13 02:08:25 +09:00
bcc7faa0ba compactの実装 2026-04-12 07:09:48 +09:00
cdafd5d914 session-storeとして分離 2026-04-12 06:31:34 +09:00