#Hello, I want to ask if dividing the
1 messages · Page 1 of 1 (latest)
Does anyone know the answer? Please help us answer!
I don't see how it would effect performance one way or the other.
In general I would expect single and divided modules to perform the same at runtime, with cold start time likely favouring a single module. I wouldn't recommend splitting up your code for performance reasons unless you have a very specific problem you're trying to solve.