crashtestbrandt/Adventorator

Creating a new `Dnd5eRuleset` instance and introspecting its methods on every planner call is inefficient. Consider caching this ruleset introspection result or moving it to module initialization.

オープン

#72 opened on 2025/09/14

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (1 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (4 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

Creating a new Dnd5eRuleset instance and introspecting its methods on every planner call is inefficient. Consider caching this ruleset introspection result or moving it to module initialization.

Originally posted by @Copilot in https://github.com/crashtestbrandt/Adventorator/pull/70#discussion_r2347191031

コントリビューターガイド