This replaced the regexec call in term_init which took up from over 70% of the whole runtime, with parse_iri that takes 2.7%. Measured with callgrind (make profile).
This replaced the `regexec` call in `term_init` which took up from over 70% of the whole runtime, with `parse_iri` that takes 2.7%. Measured with callgrind (`make profile`).
Dieser Pull-Request wurde erfolgreich zusammengeführt!
This replaced the
regexec
call interm_init
which took up from over 70% of the whole runtime, withparse_iri
that takes 2.7%. Measured with callgrind (make profile
).