As for memory efficiency and usage, is it better to have one big jar with a class / package for each function as needed? Or is it better to split it into smaller, more manageable banks instead?
Let's say I have a large project with 20-30 packages that are not related to each other:
com.example.test - class 1 - class 2 - class 3 - another.package - class 1 - class 2 - class 3 - another.package - class 1 - class 2 - class 3 - another.package - class 1 - class 2 - class 3
Instead, would it be more efficient to split each package into its own jar? And there are several, smaller, lighter cans? Iβm not sure that it even matters, but Iβm curious because it would facilitate further development if I were a little upset. (in the absence of performance flaws)
java
Thatguy343
source share