getappmap / getappmap/appmap-js
Optimize code indexing time
Open
@dustinbyrne is already working on this.
Since Oct 3, 2024.
enhancement
navie
navie-plan
- Dominant language
- TypeScript
- Stars
- 53
- Forks
- 18
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 8
Description
Code indexing time can be a bottleneck to Navie. Here's an example:
15756 [Stdout] Indexed 2438 files in /Users/kgilpin/source/appland/appmap-js in 9494ms
Optimize the indexing time to speed up Navie's responses.
--
Suggest implementation strategies, including optimizations and caching. For a caching strategy, describe how the cache validation will be performed.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.