zodiac icon indicating copy to clipboard operation
zodiac copied to clipboard

Added multicore processing and "only update changed files" feature

Open phikal opened this issue 6 years ago • 0 comments

The title pretty much says it. I implemented these two features because the markdown client I'm using (pandoc) can be pretty slow from time to time, so I'd rather not that all every file is re-rendered all the time. Multiprocessing is practically a make -jN ripoff, but currently it just defaults to the number of cores, if nproc is found, otherwise it just runs everything sequentially.

If you have any problem with any of these changed, feel free to tell me, because to my knowledge, zodiac would be the only simple web-framework to support these features with the amount of flexibility offered, and I guess that others would also appropriate it.

phikal avatar Jan 15 '18 10:01 phikal