leonoel / missionary

A functional effect and streaming system for Clojure/Script
Eclipse Public License 2.0
636 stars 26 forks source link

startup time #114

Open awb99 opened 1 month ago

awb99 commented 1 month ago

Now that I have written an app that uses missionary, I do notice that missionary has quite a startup-time effect. I have noticed something similar with techml dataset (https://github.com/techascent/tech.ml.dataset), which also does a not of interop. I want to note that techml found a way to improve the startup time significantly, and this is without doing AOT compilation. Thanks!