cryogen-core/src/cryogen_core
Jan Stępień 2a95e477de Parallelize read-posts with pmap
This makes each markup implementation process posts in parallel.

In case of a simple test blog with 4 markdown pages mean compilation
time was reduced from 395 to 330ms. In the experiment I used OpenJDK 8
running `lein ring server` on a 4 core CPU.
2015-09-23 21:46:11 +02:00
..
compiler.clj Parallelize read-posts with pmap 2015-09-23 21:46:11 +02:00
github.clj Clear reflection warnings 2015-09-14 12:06:35 +02:00
io.clj Fix type hint cast 2015-09-15 18:24:51 +02:00
markup.clj updated to use parser modules 2015-01-14 20:49:51 -05:00
plugins.clj Simplify load-plugins with enumeration-seq 2015-09-20 22:52:51 +02:00
rss.clj Clear reflection warnings 2015-09-14 12:06:35 +02:00
sass.clj Fix type hint cast 2015-09-15 18:24:51 +02:00
sitemap.clj Clear reflection warnings 2015-09-14 12:06:35 +02:00
toc.clj Clear reflection warnings 2015-09-14 12:06:35 +02:00
watcher.clj require pandect.algo.md5 instead of pandect.core 2015-09-21 15:23:13 +02:00