AOT compiling schemas? #1184
Unanswered
FayCarsons
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm currently tasked with optimizing a CLJS app and one of the first things I've noticed is that we're doing a lot of schema parsing and validation at startup.
Because schemas are always statically known at build time I figure there must be a way to compile them to the internal representation at build time, but reading through the docs it's not clear to me how I could do this. Are there pre-existing utilities for this or would I need to write my own macro which transforms schemas into the map syntax?
Beta Was this translation helpful? Give feedback.
All reactions