crawler-commons / url-frontier

API definition, resources and reference implementation of URL Frontiers
Apache License 2.0
47 stars 12 forks source link

Use replace instead of replaceall #113

Closed klockla closed 1 week ago

klockla commented 1 week ago

replaceall expects a regex as first argument and uses Pattern.compile(regex) (performance overhead)