b) Can I do parallel builds with dub. CMake gives me Makefiles so I canmake -j does dub have a similar option?No
Worth noting that it is not actually a dub problem as much, it is simply not worth adding parallel builds because separate compilation is much much slower with existing D front-end implementation and even doing it in parallel is sub-optimal compared to "dump-it-all-at-once".