CodeEditApp / CodeEditApp/CodeEdit
✨ Async File Loading
Aperta
enhancement
- Lingua principale
- Swift
- Stelle
- 23k
- Fork
- 1.2k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
### Description
Currently, CodeEdit loads the file tree of a workspace synchronously. For large folders this becomes slow and CodeEdit just waits and does nothing, until all files have been loaded.
Asynchronous loading of the filetree allows CodeEdit to do other useful things while waiting on the files from disk.
In practice, this will shorten the perceived startup time of CodeEdit by the user.
### Alternatives Considered
_No response_
### Additional Context
_No response_
### Screenshots
_No response_
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.