dreamcatcher-tech / dreamcatcher-stack

https://dreamcatcher.land
1 stars 0 forks source link

remove convertToTemplate in collection datum as takes 44ms to load #130

Open inverted-capital opened 1 year ago

inverted-capital commented 1 year ago

Doing an import should not cost so dearly - this cost should be deferred to runtime.

We should also be generating the schemas statically so even the runtime does not have this problem.