egnha / valaddin

Functional input validation to make R functions more readable and robust
Other
33 stars 1 forks source link

loosely() should be as fast as firm_core() #28

Closed egnha closed 7 years ago

egnha commented 7 years ago

The overhead of calling loosely() should be as low as possible (on the order of calling firm_core()), since a typical use case of it is to recover performance by skipping input validation checks.