[Doxygen-develop] Parallelisation?
Brought to you by:
dimitri
From: Dirk R. <re...@ca...> - 2006-09-27 03:34:17
|
Hi everybody, like some other people, I'm having problems with the runtime of our doxygen project. It's fairly big and takes a very long time to run. One obvious soultuino would be to run multiple scanners/generators in parallel, as they are pretty independent. I tried looking into it, but the classes didn't seem to be very parallelization-friendly (explicitly forbidden copy constructors and assignments, lots of global variables). Has anybody thoguht about it? Any hints on the best way of doing it? Thanks Dirk |