Files
hakmem/docs/INDEX.md
Moe Charm (CI) a9ddb52ad4 ENV cleanup: Remove BG/HotMag vars & guard fprintf (Larson 52.3M ops/s)
Phase 1 完了:環境変数整理 + fprintf デバッグガード

ENV変数削除(BG/HotMag系):
- core/hakmem_tiny_init.inc: HotMag ENV 削除 (~131 lines)
- core/hakmem_tiny_bg_spill.c: BG spill ENV 削除
- core/tiny_refill.h: BG remote 固定値化
- core/hakmem_tiny_slow.inc: BG refs 削除

fprintf Debug Guards (#if !HAKMEM_BUILD_RELEASE):
- core/hakmem_shared_pool.c: Lock stats (~18 fprintf)
- core/page_arena.c: Init/Shutdown/Stats (~27 fprintf)
- core/hakmem.c: SIGSEGV init message

ドキュメント整理:
- 328 markdown files 削除(旧レポート・重複docs)

性能確認:
- Larson: 52.35M ops/s (前回52.8M、安定動作)
- ENV整理による機能影響なし
- Debug出力は一部残存(次phase で対応)

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 14:45:26 +09:00

30 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Docs Index (P2.x 再整理用の入口)
ルートに溢れている Markdown を `docs/` 配下に寄せる方針です。カテゴリと代表ファイルへのリンクだけに絞りました。詳細な移動ポリシーは `docs/DOCS_REORG_PLAN.md` を参照してください。
## 📚 カテゴリと代表ファイル
- **analysis/** — 調査・RCA・ベンチ結果
- `analysis/` 配下の各ベンチ/事故調レポート
- **design/** — 仕様・設計・アーキテクチャ
- `specs/ENV_VARS.md`ENVリファレンス`specs/CURRENT_SPEC.md`
- **benchmarks/** — ベンチ結果・手順
- `benchmarks/README.md`
- **status/** — 進捗・タスク・フェーズまとめ
- Phase/Status 系のサマリ
- **roadmap/** — 今後の方針/優先順位
- `roadmap/ROADMAP.md`
- **specs/** — ビルド/ENV/FFI 等のリファレンス
- `specs/ENV_VARS.md`, `BUILDING_QUICKSTART.md`
- **archive/** — 旧版/履歴/取り下げた文書
- 古いレポートを置く退避先
## 🔗 ルートの主な入口
- `README.md` — プロジェクト概要
- `AGENTS.md` — 箱理論と協働ルール
- `DOCS_REORG_PLAN.md`(新規) — ルート/ドキュメントの再配置方針とマッピング
---
> Note: ルート直下の大量の *.md は順次、上記カテゴリへ移動archive 予定です。現状はリンク先のカテゴリで検索する運用にしてください。