-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get rid of regexes in CreditorIdentifier
#172
Labels
Milestone
Comments
marcwrobel
added a commit
that referenced
this issue
Jul 26, 2022
This significantly increases the performances of BIC validation (x3) and creation (x4). As part of this change : - documentation has been improved, - REGEX has been made public for uniformisation and documentation purposes, - javadoc on private methods has been deleted.
marcwrobel
added a commit
that referenced
this issue
Jul 26, 2022
This significantly increases the performances of BIC validation (x3) and creation (x4). As part of this change : - documentation has been improved, - REGEX has been made public for uniformisation and documentation purposes, - javadoc on private methods has been deleted.
marcwrobel
added a commit
that referenced
this issue
Jul 26, 2022
This significantly increases the performances of BIC validation (x3) and creation (x4). As part of this change : - documentation has been improved, - REGEX has been made public for uniformisation and documentation purposes, - javadoc on private methods has been deleted.
marcwrobel
added a commit
that referenced
this issue
Jul 26, 2022
This significantly increases the performances of BIC validation (x3) and creation (x4). As part of this change : - documentation has been improved, - REGEX has been made public for uniformisation and documentation purposes, - javadoc on private methods has been deleted.
marcwrobel
added a commit
that referenced
this issue
Jul 26, 2022
This significantly increases the performances of BIC validation (x3) and creation (x4). As part of this change : - documentation has been improved, - REGEX has been made public for uniformisation and documentation purposes, - javadoc on private methods has been deleted.
marcwrobel
added a commit
that referenced
this issue
Jul 26, 2022
This significantly increases the performances of BIC validation (x3) and creation (x4). As part of this change : - documentation has been improved, - REGEX has been made public for uniformisation and documentation purposes, - javadoc on private methods has been deleted.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Benchmarks have shown that most time in
CreditorIdentifier
is passed in the pattern validation. Replacing the use of a regex by a more "simpler" code should improve significantly the performances ofCreditorIdentifier
creation and validation.The text was updated successfully, but these errors were encountered: