I've around 50 skill context files. Each represents some logical unit and is fairly small (50-500kB). However, user typically has to load all of them before start working. According to "Delivering Products" section context files shall be small, e.g. less than 5 MB. Still I wonder if there any implication on execution speed or moreover on startup time if I would create one large context file out of it. The rationale would be to reduce the overhead of resolving dependencies to other contexts.
Thanks for your advice.