Refactored for speed

Issue #33 new
Former user created an issue

I've been using sas7bdat.py to convert some very large SAS files to CSVs. Performance became an issue, so I did some refactoring (caching some column-specific info) and some cythonizing. I'm seeing speedups of about 5x.

So the question: is it worth putting together a pull request?

Comments (1)

  1. Log in to comment