Artem Katelkin
Artem Katelkin
This pr aims to improve dream eml performance after [this issue](https://github.com/aantron/dream/issues/364). During testing it was determined that the main cause of slow performance is excessive buffers allocations. The fix is...
This issue aims to complete this [templater comparison](https://github.com/aantron/dream/wiki/Templater-comparison). Progress can be tracked in this [repository](https://github.com/katel0k/dream_templaters_comparison). This issue will be updated accrodingly For now, I have compared how those libraries can...
Using ocaml comments in eml files breaks preprocessing. Minimal setup for reproducing: file main.eml.ml. Spaces in the beginning of lines are important! ``` (* Im gonna break everything:( *) ```...