Closed SymbolixAU closed 6 years ago
Every stage of parsing has a validate_type (or equivalent). Add an argument like force = T or ignore_checks = T to skip these validation steps and see what / if there is any speed benefit.
validate_type
force = T
ignore_checks = T
nah, not doing this, it's fast enough and I like the validation.
Every stage of parsing has a
validate_type
(or equivalent). Add an argument likeforce = T
orignore_checks = T
to skip these validation steps and see what / if there is any speed benefit.