Comment by rco8786
This is super interesting. Is it possible to turn the runtime checks off in certain environments? I would love to have these type checks just happen during unit tests, for example, and then no-op in production so that performance is unimpacted.
Yes, there's config "config.type_checking = false" to turn type checking off per environment