<br>Jade  template engine document : <a href="https://github.com/visionmedia/jade">https://github.com/visionmedia/jade</a><br><br>win32/linux32/linux64 example with source : <a href="http://gool.googlecode.com/files/jade_r628.tar.bz2">http://gool.googlecode.com/files/jade_r628.tar.bz2</a><br>
<br>source example: <a href="https://gist.github.com/843204">https://gist.github.com/843204</a><br><br><br>The jade.filter is not implement,   we can cache the complile1 result if the template is not change, we can cache complile2 result if the static vars is not change .<br>
<br>The final render function is for render dynamic vars ,  the template & static vars is already convert to string in this part ,  It is fast enough with fastcgi app for me .<br><br>If you want more speed, you can implement a jade.lexer without pcre,  and also you can use stack for jade.AST.Node . If you use v8 instead of dmdscript will be a huge performance boost.<br>
<br><br>I don't know any things about the license, If any people want use it for <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><span class="Apple-style-span" style="font-family: arial,sans-serif; font-size: 13px; white-space: nowrap;">purpose is welcome.  </span></span>