Hi,
I added daScript to the related_post_gen benchmark.
https://github.com/jinyus/related_post_gen/blob/main/dascript/related.das
This is my first time using daScript, so my implementation is probably very far from optimal.
I couldn't find a way to avoid cloning the posts without using the unsafe. This seems to be causing OOM on the test VM. Is there a way to copy a reference or pointer to struct without using unsafe?