Are there any performance (in load time or usability) drawbacks when having lots of projects in one Eclipse workspace?
What difference makes when I close project I’m not working on?
Do working sets have any benefits to performance. I know it helps a lot in organizing projects, but what when I’ll have lots of working sets, each with lots of projects?
Having lots of open projects will slow down startup, refresh, and all the background tasks that rummage through source files looking for problems. Usability depends on whether you need all those projects open – whether it gets hard to find what you’re after – nothing to provide a solid answer about.
Closing projects brings them down to virtually no cost at all.
Working sets don’t benefit performance directly. They obviously will help when you reduce the scope of operations, like searching, by using them.