cloudwego/hertz-examples

jade templating example please? sorry coz jade is fastest. how to integrate as an example?

Closed this issue · 1 comments

the current templating engine offered by hertz example... is it as performant / 0 byte allocs like jade?
cloudwego/hertz#119

also, i think the current one is quite difficult to use. since jade is also diff, might as well just use jade.

Haswf commented

You can integrate Hertz with Jade using adaptors. However, this compatbility comes at the cost of performance loss, there is no benchmark on how much the performance loss would be. The community is working on adding explaination about the use of these adaptor in documentation. You may check out this cloudwego/hertz#185 for update.