alecthomas / alecthomas/importmagic

Symbol index caching

未關閉
#10 2 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
enhancement question
主要語言
Python
星號
122
分支
21
PR 合併指標
30 天內沒有已合併 PR

描述

Creating a symbol index of a well filled sys.path takes a long time. Caching would help, but raises questions.
- granularity: cache whole indices (serialization with metadata about index search path and indexed modules) or symbols of individual modules
- format: JSON is (somewhat) human readable, pickle is (probably, untested!) faster but unsafe (does it matter?)
- invalidation: go by size/mtime or content hash
- location: let the caller decide, or use a global location like `~/.cache/importmagic`

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。