EternalCodeTeam/EternalCore

Improve performance for dependency loader.

Closed this issue · 0 comments

The main problem causing strain on dependency downloading is Relocation and Dependency search in repositories. It would be helpful to rethink this more thoroughly and run performance tests. During a conversation on the eternalcode Discord, @Rollczi and I agreed that it might be possible to run the dependency relocation process in parallel. However, it needs more detailed analysis and longer testing.