v0.2.5
Changelog
Bug fixes
- 56a34e0: fix(source): retry refresh before index (@motoki317)
Performance
- 9e2a7c5: perf(cmd): bound the runtime thread pool (@motoki317)
- d4bf22a: perf(codex): resume summary parsing from the previous offset (@motoki317)
- 13cf3ea: perf(source): decode cache entries with jsoniter (@motoki317)
- e44b85e: perf(source): resolve the cache root once per discovery (@motoki317)
- caedc9d: perf(source): reuse the discovered session set while following (@motoki317)
Other
- b501d80: Merge pull request #2 from motoki317/perf/follow-cpu (@motoki317)
- cba1fb1: refactor(codex): extract the summary accumulator from the parse loop (@motoki317)