jschaedl / iban-validation

:bank: A small library for validating International Bank Account Numbers (IBANs)
MIT License
90 stars 19 forks source link

Use array structure to load registry data #62

Closed jschaedl closed 2 years ago

jschaedl commented 2 years ago

Fixes

Todo

PowerKiKi commented 2 years ago

Just wanted to report that parsing ~1270 files with https://github.com/genkgo/camt used to take about 2 minutes. Thanks to this single patch we are down to 7 seconds. That's ~5% of the original time. It is a great improvement, thanks to you all :tada: