ije / md4w

A Markdown renderer written in Zig & C, compiled to WebAssymbly.
MIT License
58 stars 0 forks source link

Use global writer #8

Closed ije closed 6 months ago

ije commented 6 months ago

currently we create a new writer for each renderer call, a global writer without memory alloc/free in each render should have better perfermance.

ije commented 6 months ago

just tried, no help