infused / dbf

DBF is a small, fast Ruby library for reading dBase, xBase, Clipper, and FoxPro database files.
http://rdoc.info/projects/infused/dbf
MIT License
262 stars 88 forks source link

Performance improvements. #73

Closed steventebrinke closed 8 years ago

steventebrinke commented 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.

infused commented 8 years ago

Thank you Steven, these are some really nice changes. I've released these changes in version 3.0.2.