Добавить кэш для читаемых файлов конфигурации.
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- 1C Enterprise
- Stars
- 17
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Сейчас из файлов форм читаются реквизиты. Еще из файлов будут читаться предопределенные элементы справочников и планов. Нужно исключить чтение при повторном анализе если файл не менялся.
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.
Research direction
Start by locating the code that reads form files during analysis and trace where repeated analyses begin. Determine how unchanged files can be identified before reading them, then verify that repeated analysis skips unchanged files while changed files are read again. Keep the design compatible with the planned predefined catalog and plan files.
Written by the indexing model from the issue text.
Assessment
- Domain
- performance, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100