Closed steventebrinke closed 8 years ago
When reading large DBF files (I have some with 200000 rows), it's important to do as few operations for reading each row. With these fixes, loading my large tables takes only 1/2 to 2/3 of the time it took without.
Thank you Steven, these are some really nice changes. I've released these changes in version 3.0.2.
When reading large DBF files (I have some with 200000 rows), it's important to do as few operations for reading each row. With these fixes, loading my large tables takes only 1/2 to 2/3 of the time it took without.